Skip to content

Commit 3becf56

Browse files
committed
prepare for 0.4.0
1 parent 84cd0c2 commit 3becf56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Add these dependencies to you sbt build file
7070
libraryDependencies ++= Seq(
7171
"com.github.japgolly.scalajs-react" %%% "core" % "0.10.3",
7272
"com.github.japgolly.scalajs-react" %%% "extra" % "0.10.3",
73-
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.3.0"
73+
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.4.0"
7474
)
7575
```
7676

doc/CHANGELOG_0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.4.0 (Unreleased)
1+
# 0.4.0
22
* Material-ui bumped from 0.13 to 0.14.4
33
* Bumped Scala-js to 0.6.6 to avoid some implicit resolution issues
44
* Bumped scalacss dependency

0 commit comments

Comments
 (0)