Skip to content

Commit

Permalink
bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Dec 12, 2023
1 parent 96206e3 commit a8fb48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ To add this library to your project, you can include this dependency in your Mav
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>java-http</artifactId>
<version>0.2.9</version>
<version>0.2.10</version>
</dependency>
```

If you are using Gradle, you can add this to your build file:

```groovy
implementation 'io.fusionauth:java-http:0.2.9'
implementation 'io.fusionauth:java-http:0.2.10'
```

If you are using Savant, you can add this to your build file:

```groovy
dependency(id: "io.fusionauth:java-http:0.2.9")
dependency(id: "io.fusionauth:java-http:0.2.10")
```

## Examples Usages:
Expand Down

0 comments on commit a8fb48b

Please sign in to comment.