Skip to content

Commit 6205d4f

Browse files
committed
Towards 1.0.1.
1 parent 8fbcb62 commit 6205d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crossScalaVersions in ThisBuild := {
1010
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
1111

1212
val commonSettings: Seq[Setting[_]] = Seq(
13-
version := "1.0.0",
13+
version := "1.0.1-SNAPSHOT",
1414
organization := "org.scala-js",
1515
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
1616

0 commit comments

Comments
 (0)