From 3682c443a33597291aa7f50cc834327e0cff1c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Sat, 20 Oct 2018 20:25:57 +0200 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 78ff311..35fd313 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ inThisBuild(Seq( - version := "1.0.0-M6", + version := "1.0.0-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12"),