From a7b3ee4f64051ec06025a9d6f3790ddd449b4cbc Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 13:32:32 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.3.2'. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e79107..2e6ead4 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.1' +implementation 'io.github.nstdio:http-client-ext:2.3.2' ``` ### Maven @@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.3.1' io.github.nstdio http-client-ext - 2.3.1 + 2.3.2 ``` ### Features diff --git a/gradle.properties b/gradle.properties index fe01384..877fedd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.3.2-SNAPSHOT +version=2.3.2 org.gradle.caching=true \ No newline at end of file