From 3becf5643db9f502627db9adaf85df542d0f3ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Raddum=20Berg?= Date: Sun, 7 Feb 2016 22:51:28 +0100 Subject: [PATCH] prepare for 0.4.0 --- README.md | 2 +- doc/CHANGELOG_0.4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 217308cc..a5935d52 100644 --- a/README.md +++ b/README.md @@ -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" ) ``` diff --git a/doc/CHANGELOG_0.4.md b/doc/CHANGELOG_0.4.md index 7f91602c..1ade5abd 100644 --- a/doc/CHANGELOG_0.4.md +++ b/doc/CHANGELOG_0.4.md @@ -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