Skip to content

Commit

Permalink
Update readme: change version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etaty committed Sep 26, 2014
1 parent e7bdf06 commit b5f1769
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From version 1.3.1:
resolvers += "rediscala" at "http://dl.bintray.com/etaty/maven"

libraryDependencies ++= Seq(
"com.etaty.rediscala" %% "rediscala" % "1.3.1"
"com.etaty.rediscala" %% "rediscala" % "1.4.0"
)
```

Expand Down Expand Up @@ -247,8 +247,9 @@ object DumbClass {
Full example: [ExampleByteStringFormatter](https://github.com/etaty/rediscala-demo/blob/master/src/main/scala/ExampleByteStringFormatter.scala)

### Scaladoc
[Rediscala scaladoc API (latest version 1.4)](http://etaty.github.io/rediscala/latest/api/index.html#package)

[Rediscala scaladoc API (latest version 1.3)](http://etaty.github.io/rediscala/latest/api/index.html#package)
[Rediscala scaladoc API (version 1.3)](http://etaty.github.io/rediscala/1.3/api/index.html#package)

[Rediscala scaladoc API (version 1.2)](http://etaty.github.io/rediscala/1.2/api/index.html#package)

Expand Down

0 comments on commit b5f1769

Please sign in to comment.