Skip to content

Commit 793d99c

Browse files
committed
Update version
1 parent b8732f1 commit 793d99c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.iws
22
.savant
3+
out
34
build
45
load-tests/lib
5-
load-tests/tomcat/web/WEB-INF/lib
6+
load-tests/tomcat/web/WEB-INF/lib

README.md

Lines changed: 3 additions & 3 deletions
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.1.15</version>
15+
<version>0.2.0</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.1.15'
22+
implementation 'io.fusionauth:java-http:0.2.0'
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.1.15")
28+
dependency(id: "io.fusionauth:java-http:0.2.0")
2929
```
3030

3131
## Examples Usages:

0 commit comments

Comments
 (0)