Skip to content

Commit 701f0cf

Browse files
committed
README.md
1 parent 8627c22 commit 701f0cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ To add this library to your project, you can include this dependency in your Mav
1212
<dependency>
1313
<groupId>io.fusionauth</groupId>
1414
<artifactId>java-http</artifactId>
15-
<version>0.3.1</version>
15+
<version>0.3.2</version>
1616
</dependency>
1717
```
1818

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

2121
```groovy
22-
implementation 'io.fusionauth:java-http:0.3.10'
22+
implementation 'io.fusionauth:java-http:0.3.20'
2323
```
2424

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

2727
```groovy
28-
dependency(id: "io.fusionauth:java-http:0.3.1")
28+
dependency(id: "io.fusionauth:java-http:0.3.2")
2929
```
3030

3131
## Examples Usages:

0 commit comments

Comments
 (0)