Skip to content

Commit

Permalink
increment version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Feb 16, 2019
1 parent 04ecfc9 commit 02788a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to your build script:
repositories { jcenter() }
dependencies {
implementation 'org.unbroken-dome.jsonwebtoken:jwt:1.4.1'
implementation 'org.unbroken-dome.jsonwebtoken:jwt:1.5.0'
}
```

Expand Down Expand Up @@ -108,7 +108,7 @@ Include the library on the classpath:
repositories { jcenter() }
dependencies {
implementation 'org.unbroken-dome.jsonwebtoken:jwt-spring:1.4.1'
implementation 'org.unbroken-dome.jsonwebtoken:jwt-spring:1.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.jsonwebtoken
version=1.4.1
version=1.5.0

friendly_name=JSON Web Token
description=An easy-to-use and lightweight library for handling JSON Web Token (JWT) in Java.
Expand Down

0 comments on commit 02788a8

Please sign in to comment.