We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4404dd7 commit 5865237Copy full SHA for 5865237
README.md
@@ -20,7 +20,7 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
20
### Gradle
21
22
```
23
-implementation 'io.github.nstdio:http-client-ext:2.2.0'
+implementation 'io.github.nstdio:http-client-ext:2.2.1'
24
25
26
### Maven
@@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.2.0'
29
<dependency>
30
<groupId>io.github.nstdio</groupId>
31
<artifactId>http-client-ext</artifactId>
32
- <version>2.2.0</version>
+ <version>2.2.1</version>
33
</dependency>
34
35
### Features
gradle.properties
@@ -1,2 +1,2 @@
1
-version=2.2.1-SNAPSHOT
+version=2.2.1
2
org.gradle.caching=true
0 commit comments