Skip to content

Commit

Permalink
Merge pull request #9 from wiremock/update-version-in-readme
Browse files Browse the repository at this point in the history
Update the version in the readme to the latest released version
  • Loading branch information
leeturner authored Sep 16, 2024
2 parents 002c659 + 5e00828 commit 7798962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ For Maven users:
<dependency>
<groupId>org.wiremock.extensions</groupId>
<artifactId>wiremock-jwt-extension</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

For Gradle users:

```groovy
dependencies {
implementation 'org.wiremock.extensions:wiremock-jwt-extension:0.1.0'
implementation 'org.wiremock.extensions:wiremock-jwt-extension:0.2.0'
}
```

Expand Down

0 comments on commit 7798962

Please sign in to comment.