Skip to content

Commit

Permalink
Bumped version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Feb 28, 2024
1 parent 1b27bb5 commit dd2c887
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-faker-extension</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
</dependency>
```

For Gradle users:

```groovy
dependencies {
implementation 'org.wiremock.extensions:wiremock-faker-extension-standalone:0.1.1'
implementation 'org.wiremock.extensions:wiremock-faker-extension-standalone:0.2.0'
}
```

Expand Down

0 comments on commit dd2c887

Please sign in to comment.