diff --git a/README.md b/README.md index c25bbe1..8541222 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h ### Gradle ``` -implementation 'io.github.nstdio:http-client-ext:2.3.2' +implementation 'io.github.nstdio:http-client-ext:2.4.0' ``` ### Maven @@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.3.2' io.github.nstdio http-client-ext - 2.3.2 + 2.4.0 ``` ### Features diff --git a/gradle.properties b/gradle.properties index f797956..95e7d48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.3.3-SNAPSHOT +version=2.4.0 org.gradle.caching=true \ No newline at end of file