Skip to content

Commit d16949b

Browse files
committed
Bump the version to 1.4.0-SNAPSHOT.
To account for the new feature in f8e9533.
1 parent f0fd30c commit d16949b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.3.1-SNAPSHOT",
7+
version := "1.4.0-SNAPSHOT",
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)