From 324dcc5e3b64a3dbfffdf36fda665545a346b39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Thu, 1 Feb 2018 11:56:10 +0100 Subject: [PATCH] Version 1.0.0-M3. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94f625b..205d2a6 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ def binaryScalaJSVersion(full: String): String = { } inThisBuild(Def.settings( - version := "1.0.0-SNAPSHOT", + version := "1.0.0-M3", organization := "org.scala-js", crossScalaVersions := Seq("2.12.4", "2.11.12"),