From c7d831dc11ffe3aba634bd77f6c3ee5c5eccc382 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Fri, 22 Feb 2019 08:55:13 +0100 Subject: [PATCH] Setting version to 0.9.18 --- 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 3254c891..e0dfa5a2 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.17" - libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.17" - libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.17" + libraryDependencies += "io.sphere" %% "sphere-util" % "0.9.18" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.18" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.18" ## License diff --git a/json/README.md b/json/README.md index 4a4920c6..20d92fcf 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.17" + libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.18" ## Basic Usage diff --git a/mongo/README.md b/mongo/README.md index 12bebb30..074441f7 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.17" + libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.18" diff --git a/version.sbt b/version.sbt index cbafdb26..afa75c90 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.9.18-SNAPSHOT" +version in ThisBuild := "0.9.18"