Skip to content

Commit 44eccc9

Browse files
Update README.md
1 parent 962af17 commit 44eccc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ To create the signature part you have to take the Base64URL encoded header, the
7979
<dependency>
8080
<groupId>com.github.bastiaanjansen</groupId>
8181
<artifactId>jwt-java</artifactId>
82-
<version>1.1</version>
82+
<version>1.1.0</version>
8383
</dependency>
8484
```
8585

8686
### Gradle
8787
```gradle
88-
implementation 'com.github.bastiaanjansen:jwt-java:1.1'
88+
implementation 'com.github.bastiaanjansen:jwt-java:1.1.0'
8989
```
9090

9191
## Usage

0 commit comments

Comments
 (0)