Skip to content

Commit

Permalink
Updated to reflect 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Oct 11, 2017
1 parent 07f3388 commit f9376df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ Maven:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
<version>0.9.0</version>
</dependency>
```

Gradle:

```groovy
dependencies {
compile 'io.jsonwebtoken:jjwt:0.7.0'
compile 'io.jsonwebtoken:jjwt:0.9.0'
}
```

Expand Down

0 comments on commit f9376df

Please sign in to comment.