Skip to content

Commit 18b416b

Browse files
committed
Towards 0.1.3.
1 parent 2bf7e60 commit 18b416b

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
@@ -17,7 +17,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1717
Set()
1818

1919
val commonSettings: Seq[Setting[_]] = Seq(
20-
version := "0.1.2",
20+
version := "0.1.3-SNAPSHOT",
2121
organization := "org.scala-js",
2222
scalaVersion := "2.11.7",
2323
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)