Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed May 2, 2022
1 parent b9e685d commit 488a051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.savant
Expand Up @@ -18,7 +18,7 @@ savantVersion = "1.0.0"
jacksonVersion = "2.13.2"
jacksonDatabindVersion = "2.13.2+2"

project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.1.2", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.2.0", licenses: ["ApacheV2_0"]) {

workflow {
fetch {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>5.1.2</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down

0 comments on commit 488a051

Please sign in to comment.