From 97b66269f189d5927cafdced197a21cc0ddb7c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Tue, 28 Nov 2017 23:20:58 +0100 Subject: [PATCH] Towards 1.0.0 again. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a12b246..01bb3a3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ inThisBuild(Seq( - version := "1.0.0-M2", + version := "1.0.0-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.12.4", "2.10.7", "2.11.12"),