Updated to reflect 0.9.0 release

This commit is contained in:
Les Hazlewood 2017-10-11 19:15:15 -04:00 committed by GitHub
parent 07f3388d08
commit f9376df96c
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Maven:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
<version>0.9.0</version>
</dependency>
```
@ -76,7 +76,7 @@ Gradle:
```groovy
dependencies {
compile 'io.jsonwebtoken:jjwt:0.7.0'
compile 'io.jsonwebtoken:jjwt:0.9.0'
}
```