Skip to content

Commit 553cd08

Browse files
committed
Version 1.2.1.
1 parent 625e290 commit 553cd08

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.2.0")
22
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
33

44
inThisBuild(Def.settings(
5-
version := "1.2.1-SNAPSHOT",
5+
version := "1.2.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)