Skip to content

Commit 934c2a2

Browse files
author
Alexandre Curreli
committed
Set release version to 1.1.0
1 parent 850ddbc commit 934c2a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scredis is an advanced [Redis](http://redis.io) client entirely written in Scala
66
* [Scaladoc](http://livestream.github.io/scredis/api/snapshot/)
77

88
## Features
9-
* Supports all Redis 2.6.x commands
9+
* Supports all Redis commands up to v2.8.x
1010
* Native Scala types and customizable parsing
1111
* Asynchronous and synchronous commands processing
1212
* Transactions, pipelining and configurable automatic pipelining
@@ -21,7 +21,7 @@ Scredis is compatible with Scala 2.9.x and 2.10.x. Binary releases are hosted on
2121
```scala
2222
resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases/"
2323

24-
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.0.1")
24+
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.1.0")
2525
```
2626

2727
Snapshots are hosted on a separate repository.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "com.livestream"
66

77
name := "scredis"
88

9-
version := "1.1.0-SNAPSHOT"
9+
version := "1.1.0"
1010

1111
scalaVersion := "2.10.3"
1212

0 commit comments

Comments
 (0)