Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Feb 21, 2023
1 parent 496f662 commit 30762c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add it as a maven dependency or just [download the latest release](https://githu
<dependency>
<groupId>com.konloch</groupId>
<artifactId>HTTPRequest</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.konloch</groupId>
<artifactId>HTTPRequest</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>

<name>HTTPRequest</name>
<description>HTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.</description>
Expand Down

0 comments on commit 30762c9

Please sign in to comment.