Skip to content

Commit

Permalink
prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Feb 7, 2016
1 parent 84cd0c2 commit 3becf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add these dependencies to you sbt build file
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "core" % "0.10.3",
"com.github.japgolly.scalajs-react" %%% "extra" % "0.10.3",
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.3.0"
"com.github.chandu0101.scalajs-react-components" %%% "core" % "0.4.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG_0.4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.4.0 (Unreleased)
# 0.4.0
* Material-ui bumped from 0.13 to 0.14.4
* Bumped Scala-js to 0.6.6 to avoid some implicit resolution issues
* Bumped scalacss dependency
Expand Down

0 comments on commit 3becf56

Please sign in to comment.