Skip to content

Commit 351aa7e

Browse files
committed
doc(release): update for 0.8.1-1 release
1 parent 5fcdc9b commit 351aa7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For Dropwizard 0.8.1 use:
3030
<dependency>
3131
    <groupId>com.github.toastshaman</groupId>
3232
    <artifactId>dropwizard-auth-jwt</artifactId>
33-
    <version>0.8.1-0</version>
33+
    <version>0.8.1-1</version>
3434
</dependency>
3535
```
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.toastshaman</groupId>
88
<artifactId>dropwizard-auth-jwt</artifactId>
9-
<version>0.8.1-1-SNAPSHOT</version>
9+
<version>0.8.1-1</version>
1010
<name>dropwizard-auth-jwt</name>
1111
<description>
1212
An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.

0 commit comments

Comments
 (0)