From 511dc9cf0b7d40cd30b026affbc03c80388094e3 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Fri, 29 Mar 2024 17:36:24 -0600 Subject: [PATCH] bump version --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da408ae..fef1a82 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.3.0 + 0.3.1 ``` If you are using Gradle, you can add this to your build file: ```groovy -implementation 'io.fusionauth:java-http:0.3.00' +implementation 'io.fusionauth:java-http:0.3.10' ``` If you are using Savant, you can add this to your build file: ```groovy -dependency(id: "io.fusionauth:java-http:0.3.0") +dependency(id: "io.fusionauth:java-http:0.3.1") ``` ## Examples Usages: diff --git a/pom.xml b/pom.xml index d6c694c..7e87605 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.fusionauth java-http - 0.3.0 + 0.3.1 jar Java HTTP library (client and server) @@ -178,4 +178,4 @@ - + \ No newline at end of file