From 18b416b3efa6ccf8f017f8f1c084c61bf6832b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Sat, 16 Apr 2016 00:32:35 +0200 Subject: [PATCH] Towards 0.1.3. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b35bda..e877d05 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] = Set() val commonSettings: Seq[Setting[_]] = Seq( - version := "0.1.2", + version := "0.1.3-SNAPSHOT", organization := "org.scala-js", scalaVersion := "2.11.7", scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),