diff --git a/build.sbt b/build.sbt index 1d8a11b..e3b995d 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-SNAPSHOT", + version := "1.0.0-RC2", organization := "org.scala-js", crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1"),