From c2234dc851926d24f95a45bf9011971d28c160b3 Mon Sep 17 00:00:00 2001 From: Brian Pontarelli Date: Fri, 9 Feb 2024 09:27:30 -0700 Subject: [PATCH] Fixed docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: