Skip to content

Commit d2d7e3a

Browse files
committed
Towards 0.1.1.
1 parent 17bc9a2 commit d2d7e3a

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.8",
88
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)