Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed Aug 15, 2019
1 parent 82fd22c commit 6546b43
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 @@ -18,7 +18,7 @@ repositories {
}
dependencies {
implementation 'com.nexmo:jwt:1.0.0'
implementation 'com.nexmo:jwt:1.0.1'
}
```

Expand All @@ -28,7 +28,7 @@ For Maven:
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>jwt</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.nexmo</groupId>
<artifactId>jwt</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>jwt</name>
Expand Down

0 comments on commit 6546b43

Please sign in to comment.