Update README.md

Updated version references to reflect concrete version number per the release
This commit is contained in:
Les Hazlewood 2015-10-12 16:22:44 -07:00
parent 267bc09f6a
commit a4f4da767b
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Maven:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.6</version>
<version>0.6.0</version>
</dependency>
```
@ -24,7 +24,7 @@ Gradle:
```groovy
dependencies {
compile 'io.jsonwebtoken:jjwt:0.6'
compile 'io.jsonwebtoken:jjwt:0.6.0'
}
```
@ -99,7 +99,7 @@ These feature sets will be implemented in a future release when possible. Commu
## Release Notes
### 0.6
### 0.6.0
#### Enforce JWT Claims when Parsing