Skip to content

Commit ea07f0a

Browse files
committed
bump version number
1 parent 14b0bb6 commit ea07f0a

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
@@ -17,15 +17,15 @@ For Maven users:
1717
<dependency>
1818
<groupId>org.wiremock.extensions</groupId>
1919
<artifactId>wiremock-jwt-extension</artifactId>
20-
<version>0.2.0</version>
20+
<version>0.3.0</version>
2121
</dependency>
2222
```
2323

2424
For Gradle users:
2525

2626
```groovy
2727
dependencies {
28-
implementation 'org.wiremock.extensions:wiremock-jwt-extension:0.2.0'
28+
implementation 'org.wiremock.extensions:wiremock-jwt-extension:0.3.0'
2929
}
3030
```
3131

0 commit comments

Comments
 (0)