Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Sep 1, 2015
1 parent 90d0ef3 commit c19c38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ It has the following features

If you use SBT you can include _json-lenses_ in your project with

"net.virtual-void" %% "json-lenses" % "0.6.0"
"net.virtual-void" %% "json-lenses" % "0.6.1"

(_json-lenses_ supports spray-json 1.3.x. For support of an older spray-json version use _json-lenses_ 0.5.4. See
https://github.com/jrudolph/json-lenses/tree/v0.5.4-scala-2.11 for the old documentation).
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.6.1-SNAPSHOT"
version in ThisBuild := "0.6.1"

0 comments on commit c19c38a

Please sign in to comment.