Skip to content

Commit ef45761

Browse files
committed
Version 1.4.0.
1 parent bd6d869 commit ef45761

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
@@ -4,7 +4,7 @@ val previousVersion: Option[String] = Some("1.3.0")
44
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
55

66
inThisBuild(Def.settings(
7-
version := "1.4.0-SNAPSHOT",
7+
version := "1.4.0",
88
organization := "org.scala-js",
99
scalaVersion := "2.12.11",
1010
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),

0 commit comments

Comments
 (0)