From e73564b3ba19410521ce5bdaa408e31b13ec67b3 Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Fri, 10 Dec 2010 17:42:13 -0300 Subject: [PATCH] version bump --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fcefa93..a956f7e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' group = 'com.googlecode.jedis' archiveBaseName = 'jedis' -version = '1.3.0' +version = '1.5.0' repositories { mavenCentral() diff --git a/pom.xml b/pom.xml index f56f82b..f381dc8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ jar redis.clients jedis - 1.5.0-RC3 + 1.5.0 Jedis Jedis is a blazingly small and sane Redis java client. http://code.google.com/p/jedis/