Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.1.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2022
1 parent 720d41a commit 070bc87
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:2.1.1'
implementation 'io.github.nstdio:http-client-ext:2.1.2'
```

### Maven
Expand All @@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.1.1'
<dependency>
<groupId>io.github.nstdio</groupId>
<artifactId>http-client-ext</artifactId>
<version>2.1.1</version>
<version>2.1.2</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=2.1.2-SNAPSHOT
version=2.1.2
org.gradle.caching=true

0 comments on commit 070bc87

Please sign in to comment.