Skip to content

Commit

Permalink
Release 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Mar 5, 2024
1 parent 4032e55 commit d9abe68
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion hypixel-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hypixel-api</artifactId>
<groupId>net.hypixel</groupId>
<version>4.3</version>
<version>4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hypixel-api</artifactId>
<groupId>net.hypixel</groupId>
<version>4.3</version>
<version>4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-apache</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Hypixel Public API - Apache Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-apache</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
```

Can also be included with Gradle.

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

Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hypixel-api</artifactId>
<groupId>net.hypixel</groupId>
<version>4.3</version>
<version>4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-core</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-reactor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Hypixel Public API - Reactive Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-reactor</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
```

Can also be included with Gradle.

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

Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hypixel-api</artifactId>
<groupId>net.hypixel</groupId>
<version>4.3</version>
<version>4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-core</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-unirest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Hypixel Public API - Unirest Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-unirest</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
```

Can also be included with Gradle.

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

Expand Down
4 changes: 2 additions & 2 deletions hypixel-api-transport-unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hypixel-api</artifactId>
<groupId>net.hypixel</groupId>
<version>4.3</version>
<version>4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-core</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api</artifactId>
<packaging>pom</packaging>
<version>4.3</version>
<version>4.4</version>

<modules>
<module>hypixel-api-core</module>
Expand Down

0 comments on commit d9abe68

Please sign in to comment.