From 0c7201ca4f58d279ba108e3db83cbe1432599855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Tue, 9 Nov 2021 16:55:01 +0100 Subject: [PATCH] Version 1.1.0. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd292e4..ab58490 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.7.1-SNAPSHOT", + version := "1.1.0", organization := "org.scala-js", crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6"),