From cd56a4c01be4c6050d846e52764572acda3d5d64 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:57:21 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.4.0'. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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