Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Sep 28, 2022
1 parent f3619bf commit 16668c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

<groupId>vip.floatationdevice</groupId>
<artifactId>guilded4j</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
<version>5.8.6</version>
<version>5.8.7</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-json</artifactId>
<version>5.8.6</version>
<version>5.8.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public JSONObject execute(Method method, String url, JSONObject body)
{
HttpRequest req = new HttpRequest(UrlBuilder.of(url))
.method(method)
.header("User-Agent", "Guilded4J/0.9.7 Hutool/5.8.6")
.header("User-Agent", "Guilded4J/0.9.8 Hutool/5.8.7")
.header("Authorization", "[REDACTED]")
.header("Accept", "application/json")
.header("Content-type", "application/json")
Expand Down

0 comments on commit 16668c8

Please sign in to comment.