diff --git a/README.md b/README.md
index bd6a42e..77089c8 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ All of the following redis features are supported:
- Remote server control commands
- Connection pooling
- Sharding (MD5, MurmureHash)
+- Key-tags for sharding
## How do I use it?
diff --git a/build.gradle b/build.gradle
index c699eb0..b4e8566 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven'
group = 'com.googlecode.jedis'
archiveBaseName = 'jedis'
-version = '1.2.0'
+version = '1.3.0'
repositories {
mavenCentral()
diff --git a/pom.xml b/pom.xml
index dbb1ed7..eb4bc88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
com.googlecode.jedis
jedis
- 1.2.0
+ 1.3.0
Jedis
Jedis is a blazingly small and sane Redis java client.