From ca83b6310978a8b2c539c9aed2ed579ca81b9715 Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Thu, 30 Sep 2010 21:06:34 -0300 Subject: [PATCH] version update --- README.md | 1 + build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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.