mirror of https://github.com/jwtk/jjwt.git
Update README.md
Updated version references to reflect concrete version number per the release
This commit is contained in:
parent
267bc09f6a
commit
a4f4da767b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue