Skip to content

Commit 6c2b2a5

Browse files
committed
Towards 0.1.2.
1 parent 6573b7a commit 6c2b2a5

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
@@ -4,7 +4,7 @@ import org.scalajs.sbtplugin.cross.CrossProject
44
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")
55

66
val commonSettings: Seq[Setting[_]] = Seq(
7-
version := "0.1.1",
7+
version := "0.1.2-SNAPSHOT",
88
organization := "org.scala-js",
99
scalaVersion := "2.11.8",
1010
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)