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