Skip to content

Commit

Permalink
Release 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Jun 26, 2023
1 parent a22e336 commit d637ddc
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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.2.1</version>
<version>4.3</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.2.1</version>
<version>4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-apache</artifactId>
<version>4.2.1</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hypixel-api-transport-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Hypixel Public API - Apache Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-apache</artifactId>
<version>4.2.1</version>
<version>4.3</version>
</dependency>
```

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.2.1</version>
<version>4.3</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.2.1</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
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 @@ -8,7 +8,7 @@ Hypixel Public API - Reactive Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-reactor</artifactId>
<version>4.2.1</version>
<version>4.3</version>
</dependency>
```

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.2.1</version>
<version>4.3</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.2.1</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
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 @@ -8,7 +8,7 @@ Hypixel Public API - Unirest Transport
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-unirest</artifactId>
<version>4.2.1</version>
<version>4.3</version>
</dependency>
```

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.2.1</version>
<version>4.3</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.2.1</version>
<version>4.3</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.2.1</version>
<version>4.3</version>

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

0 comments on commit d637ddc

Please sign in to comment.