Update README.md

Updated dependency example to reflect latest 0.2 release
This commit is contained in:
Les Hazlewood 2014-09-26 22:37:49 -07:00
parent fe1f0e8b8c
commit ff88ea83dd
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.1</version>
<version>0.2</version>
</dependency>
```