Skip to content

Commit 1312fd7

Browse files
committed
bump version in README
1 parent 77b3b82 commit 1312fd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Latest versions
44

5-
* Latest stable version: `1.1.1`
5+
* Latest stable version: `1.2.0`
66
* Now with 100% more virtual threads!
77
* Prior stable version `0.3.7`
88

@@ -27,20 +27,20 @@ To add this library to your project, you can include this dependency in your Mav
2727
<dependency>
2828
<groupId>io.fusionauth</groupId>
2929
<artifactId>java-http</artifactId>
30-
<version>1.1.1</version>
30+
<version>1.2.0</version>
3131
</dependency>
3232
```
3333

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

3636
```groovy
37-
implementation 'io.fusionauth:java-http:1.1.1'
37+
implementation 'io.fusionauth:java-http:1.2.0'
3838
```
3939

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

4242
```groovy
43-
dependency(id: "io.fusionauth:java-http:1.1.1")
43+
dependency(id: "io.fusionauth:java-http:1.2.0")
4444
```
4545

4646
## Examples Usages:

0 commit comments

Comments
 (0)