From 288a1b21245a881afce3ae0fcedce8d929a46e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 10 Apr 2019 16:18:16 +0200 Subject: [PATCH] Version 1.0.0-M7. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1db035..54e4eb2 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-M7", organization := "org.scala-js", crossScalaVersions := Seq("2.12.8", "2.11.12"),