Skip to content

Commit fe57fdb

Browse files
committed
Towards 1.0.1.
1 parent 67f933d commit fe57fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1313
Set()
1414

1515
val commonSettings: Seq[Setting[_]] = Seq(
16-
version := "1.0.0",
16+
version := "1.0.1-SNAPSHOT",
1717
organization := "org.scala-js",
1818
scalaVersion := "2.11.12",
1919
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),

0 commit comments

Comments
 (0)