Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.3.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2022
1 parent bd5557c commit b2ea729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:v2.3.0'
implementation 'io.github.nstdio:http-client-ext:2.3.0'
```

### Maven
Expand All @@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:v2.3.0'
<dependency>
<groupId>io.github.nstdio</groupId>
<artifactId>http-client-ext</artifactId>
<version>v2.3.0</version>
<version>2.3.0</version>
</dependency>
```
### Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=v2.3.1-SNAPSHOT
version=2.3.0
org.gradle.caching=true

0 comments on commit b2ea729

Please sign in to comment.