updating readme in prep for 0.3 release

This commit is contained in:
Les Hazlewood 2014-10-28 17:52:11 -07:00
parent bbc6cebd4f
commit 7335807d42
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
```