Skip to content

Commit

Permalink
Update gradle versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Jun 26, 2023
1 parent c80c7fb commit 9422b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hypixel-api-transport-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-apache:4.2.1'
implementation 'net.hypixel:hypixel-api-transport-apache:4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion hypixel-api-transport-reactor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-reactor:4.2.1'
implementation 'net.hypixel:hypixel-api-transport-reactor:4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion hypixel-api-transport-unirest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-unirest:4.2.1'
implementation 'net.hypixel:hypixel-api-transport-unirest:4.3'
}
```

Expand Down

0 comments on commit 9422b4a

Please sign in to comment.