Skip to content

Commit

Permalink
Setting version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Jul 10, 2017
1 parent 876d6c2 commit 86342bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.5.0"
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "1.5.1"
```

### Using with Guice
Expand Down Expand Up @@ -405,8 +405,8 @@ both implementations along.

| play framework | play-redis |
|-----------------|---------------:|
| 2.6.x | 1.5.0 |
| 2.5.x | 1.4.1 |
| 2.6.x | 1.5.1 |
| 2.5.x | 1.4.2 |
| 2.4.x | 1.0.0 |
| 2.3.x | 0.2.1 |

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.1-SNAPSHOT"
version in ThisBuild := "1.5.1"

0 comments on commit 86342bf

Please sign in to comment.