Skip to content

Commit

Permalink
prepare for 3.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored and WellingR committed Jun 3, 2019
1 parent 359a769 commit 0066a9c
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 @@ -14,7 +14,7 @@ akka-persistence-jdbc writes journal and snapshot entries to a configured JDBC s
Add the following to your `build.sbt`:

```scala
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.0"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.1"
```

## Release notes
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "3.5.1-SNAPSHOT"
version := "3.5.1"

0 comments on commit 0066a9c

Please sign in to comment.