diff --git a/README.md b/README.md index e3b54fb6..efddf3b7 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.9.21" - libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.21" - libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.21" + libraryDependencies += "io.sphere" %% "sphere-util" % "0.9.22" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.22" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.22" ## License diff --git a/json/README.md b/json/README.md index c6b9ea35..81122f57 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.9.21" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.22" ## Basic Usage diff --git a/mongo/README.md b/mongo/README.md index fba2590f..090d5a1b 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.9.21" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.22" diff --git a/version.sbt b/version.sbt index 3ecf5a30..204cbf1e 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.9.22-SNAPSHOT" +version in ThisBuild := "0.9.22"