From 3ddc0dba574c3714f5a20438f21b5a94c4575f20 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Thu, 10 Oct 2019 15:16:58 +0200 Subject: [PATCH] Setting version to 0.10.1 --- README.md | 6 +++--- json/README.md | 2 +- mongo/README.md | 2 +- version.sbt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 960e878a..abab42c0 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.10.0" - libraryDependencies += "io.sphere" %% "sphere-json" % "0.10.0" - libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.10.0" + libraryDependencies += "io.sphere" %% "sphere-util" % "0.10.1" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.10.1" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.10.1" ## License diff --git a/json/README.md b/json/README.md index 8525dea6..ad1d1ce8 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.10.0" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.10.1" ## Basic Usage diff --git a/mongo/README.md b/mongo/README.md index b9c98c75..dac92f84 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.10.0" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.10.1" diff --git a/version.sbt b/version.sbt index 225486b0..8b0f7f5f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.10.1-SNAPSHOT" +version in ThisBuild := "0.10.1"