Skip to content

Commit

Permalink
Setting version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed May 31, 2016
1 parent 847135e commit d6bcc0a
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 @@ -18,8 +18,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.3"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.3"
libraryDependencies += "io.sphere" %% "sphere-util" % "0.6.4"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.6.4"

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

## 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.4-SNAPSHOT"
version in ThisBuild := "0.6.4"

0 comments on commit d6bcc0a

Please sign in to comment.