diff --git a/README.md b/README.md index cd4dbc6e..adf7131a 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ The library is published to the [Bintray](https://bintray.com/commercetools/mave resolvers += Resolver.bintrayRepo("commercetools", "maven") - libraryDependencies += "io.sphere" %% "sphere-util" % "0.11.0" - libraryDependencies += "io.sphere" %% "sphere-json" % "0.11.0" - libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.11.0" + libraryDependencies += "io.sphere" %% "sphere-util" % "0.11.1" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.11.1" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.11.1" ## License diff --git a/json/README.md b/json/README.md index 6f4a801f..f81e2a8f 100644 --- a/json/README.md +++ b/json/README.md @@ -31,7 +31,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.11.0" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.11.1" ## Basic Usage diff --git a/mongo/README.md b/mongo/README.md index 9623d472..72778a9f 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -8,4 +8,4 @@ Until the artifacts are released to Maven Central, please use our public repo: resolvers += Resolver.bintrayRepo("commercetools", "maven") - libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.11.0" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.11.1" diff --git a/version.sbt b/version.sbt index 1b9f6b1b..bd117707 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.11.1-SNAPSHOT" +version in ThisBuild := "0.11.1"