Skip to content

Commit

Permalink
Setting version to 0.12.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Sep 29, 2020
1 parent 32599fa commit f0e6160
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.11.20"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.11.20"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.11.20"
libraryDependencies += "io.sphere" %% "sphere-util" % "0.12.0"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.12.0"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.12.0"

## 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.11.20"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.12.0"

## 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.11.20"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.12.0"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.11.21-SNAPSHOT"
version in ThisBuild := "0.12.0-beta"

0 comments on commit f0e6160

Please sign in to comment.