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/