Increased version

This commit is contained in:
Jonathan Leibiusky
2010-06-13 00:17:05 -03:00
parent de444d0cd6
commit 14dc0399f2
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ But stay close because things are going fast and all this will be implemented so
## How do I use it? ## How do I use it?
You can download the latests build at: You can download the latests build at:
http://github.com/downloads/xetorthio/jedis/jedis-0.0.2.jar http://github.com/downloads/xetorthio/jedis/jedis-0.0.3.jar
To use it just: To use it just:

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>redis.clients</groupId> <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>
<version>0.0.2</version> <version>0.0.3</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>