From 685ccd601e2eb15444767db5f02ac273fdef2dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Thu, 12 Dec 2019 13:30:15 +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 e3b995d..1d8a11b 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val cliPack = taskKey[File]("Pack the CLI for the current configuration") inThisBuild(Def.settings( - version := "1.0.0-RC2", + version := "1.0.0-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1"),