Skip to content

Commit 75bed09

Browse files
committedJun 16, 2020
Version 1.1.1.
1 parent 7463ce6 commit 75bed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val previousVersion: Option[String] = Some("1.1.0")
22
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
33

44
inThisBuild(Def.settings(
5-
version := "1.1.1-SNAPSHOT",
5+
version := "1.1.1",
66
organization := "org.scala-js",
77
scalaVersion := "2.12.11",
88
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),

0 commit comments

Comments
 (0)
Please sign in to comment.