Skip to content

Commit cd56a4c

Browse files
[Gradle Release Plugin] - pre tag commit: 'v2.4.0'.
1 parent 38d09af commit cd56a4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
2020
### Gradle
2121

2222
```
23-
implementation 'io.github.nstdio:http-client-ext:2.3.2'
23+
implementation 'io.github.nstdio:http-client-ext:2.4.0'
2424
```
2525

2626
### Maven
@@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.3.2'
2929
<dependency>
3030
<groupId>io.github.nstdio</groupId>
3131
<artifactId>http-client-ext</artifactId>
32-
<version>2.3.2</version>
32+
<version>2.4.0</version>
3333
</dependency>
3434
```
3535
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.3.3-SNAPSHOT
1+
version=2.4.0
22
org.gradle.caching=true

0 commit comments

Comments
 (0)