diff --git a/README.md b/README.md index f38390a..da408ae 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ To add this library to your project, you can include this dependency in your Mav io.fusionauth java-http - 0.2.10 + 0.3.0 ``` If you are using Gradle, you can add this to your build file: ```groovy -implementation 'io.fusionauth:java-http:0.2.10' +implementation 'io.fusionauth:java-http:0.3.00' ``` If you are using Savant, you can add this to your build file: ```groovy -dependency(id: "io.fusionauth:java-http:0.2.10") +dependency(id: "io.fusionauth:java-http:0.3.0") ``` ## Examples Usages: