diff --git a/README.md b/README.md index 85c18c1c..ee5193fe 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The library is published to the [Bintray](https://bintray.com/commercetools/mave resolvers += Resolver.bintrayRepo("commercetools", "maven") - libraryDependencies += "io.sphere" %% "sphere-util" % "0.6.3" - libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.3" + libraryDependencies += "io.sphere" %% "sphere-util" % "0.6.4" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.4" ## License diff --git a/json/README.md b/json/README.md index f6aaab18..d7bbd612 100644 --- a/json/README.md +++ b/json/README.md @@ -29,7 +29,7 @@ Until the artifacts are released to Maven Central, please use our public repo: resolvers += Resolver.bintrayRepo("commercetools", "maven") - libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.3" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.4" ## Basic Usage diff --git a/version.sbt b/version.sbt index 981e93dd..772a3a78 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.6.4-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.6.4" \ No newline at end of file