Skip to content

Commit 84cd0c2

Browse files
committed
Bump scalajs-react version to 0.10.4
1 parent 6b955bc commit 84cd0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Build extends Build {
88

99
val Scala211 = "2.11.7"
1010

11-
val scalajsReactVersion = "0.10.3"
11+
val scalajsReactVersion = "0.10.4"
1212
val scalaCSSVersion = "0.3.2"
1313

1414
type PE = Project => Project
@@ -17,7 +17,7 @@ object Build extends Build {
1717
_.enablePlugins(ScalaJSPlugin)
1818
.settings(
1919
organization := "com.github.chandu0101.scalajs-react-components",
20-
version := "0.3.0",
20+
version := "0.4.0",
2121
homepage := Some(url("https://github.com/chandu0101/scalajs-react-components")),
2222
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2323
scalaVersion := Scala211,

0 commit comments

Comments
 (0)