Skip to content

Commit

Permalink
Setting version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Nov 1, 2016
1 parent 264f5cb commit 72dd702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The library is published to the [Bintray](https://bintray.com/commercetools/mave

resolvers += Resolver.bintrayRepo("commercetools", "maven")

libraryDependencies += "io.sphere" %% "sphere-util" % "0.6.5"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.5"
libraryDependencies += "io.sphere" %% "sphere-util" % "0.6.6"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.6"

## License

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

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.6-SNAPSHOT"
version in ThisBuild := "0.6.6"

0 comments on commit 72dd702

Please sign in to comment.