Skip to content

Commit 511dc9c

Browse files
committed
bump version
1 parent 0f8139d commit 511dc9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.0</version>
15+
<version>0.3.1</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.00'
22+
implementation 'io.fusionauth:java-http:0.3.10'
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.0")
28+
dependency(id: "io.fusionauth:java-http:0.3.1")
2929
```
3030

3131
## Examples Usages:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.fusionauth</groupId>
44
<artifactId>java-http</artifactId>
5-
<version>0.3.0</version>
5+
<version>0.3.1</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>
@@ -178,4 +178,4 @@
178178
</build>
179179
</profile>
180180
</profiles>
181-
</project>
181+
</project>

0 commit comments

Comments
 (0)