Skip to content

Commit

Permalink
Setting version to 0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed May 20, 2019
1 parent 07d1c45 commit be01810
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.26"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.26"
libraryDependencies += "io.sphere" %% "sphere-util" % "0.9.27"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.27"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.27"

## License

Expand Down
2 changes: 1 addition & 1 deletion json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.26"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.27"

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.27"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.27-SNAPSHOT"
version in ThisBuild := "0.9.27"

0 comments on commit be01810

Please sign in to comment.