Skip to content

Commit

Permalink
Setting version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Jun 26, 2017
1 parent fb09678 commit b39954f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To your SBT `build.sbt` add the following lines:
// enable Play cache API (based on your Play version)
libraryDependencies += play.sbt.PlayImport.cacheApi
// include play-redis library
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "1.4.1"
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "1.5.0"
```

### Using with Guice
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 := "1.5.0-SNAPSHOT"
version in ThisBuild := "1.5.0"

0 comments on commit b39954f

Please sign in to comment.