From 41deb3aae7aa941ebd4f2e92aa853bc12848c310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 10 Nov 2021 14:03:49 +0100 Subject: [PATCH] Towards 1.1.1. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab58490..ae25ceb 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.1.0", + version := "1.1.1-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6"),