diff --git a/CHANGELOG.md b/CHANGELOG.md index 32378de..3cc7aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.13 (2016-01-28) + +* Updated to play v2.4.6 + ## v0.5.12 (2015-12-11) * Updated scaldi-jsr330 v0.5.8 diff --git a/README.md b/README.md index eaf6d64..813008d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You can find more information at the [hope page of the project](http://scaldi.or SBT Configuration (Play 2.4.x): - libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.12" + libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.13" SBT Configuration (Play 2.3.x): diff --git a/build.sbt b/build.sbt index cbb6999..7ec5c50 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "scaldi-play" organization := "org.scaldi" -version := "0.5.13-SNAPSHOT" +version := "0.5.13" description := "Scaldi-Play - Scaldi integration for Play framework" homepage := Some(url("http://scaldi.org"))