Skip to content

Commit dd02db3

Browse files
committed
Towards 0.1.6.
1 parent 8eb3318 commit dd02db3

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
@@ -12,7 +12,7 @@ crossScalaVersions in ThisBuild := {
1212
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
1313

1414
val commonSettings: Seq[Setting[_]] = Seq(
15-
version := "0.1.5",
15+
version := "0.1.6-SNAPSHOT",
1616
organization := "org.scala-js",
1717
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
1818

0 commit comments

Comments
 (0)