Skip to content

Commit 967c0c4

Browse files
committed
Towards 1.0.1.
1 parent f7544a6 commit 967c0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
val previousVersion = "1.0.0-RC1"
1+
val previousVersion = "1.0.0"
22

33
inThisBuild(Def.settings(
4-
version := "1.0.0",
4+
version := "1.0.1-SNAPSHOT",
55
organization := "org.scala-js",
66

77
crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12", "2.13.0"),

0 commit comments

Comments
 (0)