Skip to content

Commit 7445b3b

Browse files
committed
Towards 0.1.1.
1 parent b07ec7f commit 7445b3b

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
@@ -2,7 +2,7 @@ import sbt.Keys._
22
import org.scalajs.sbtplugin.cross.CrossProject
33

44
val commonSettings: Seq[Setting[_]] = Seq(
5-
version := "0.1.0",
5+
version := "0.1.1-SNAPSHOT",
66
organization := "org.scala-js",
77
scalaVersion := "2.11.7",
88
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)