Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Mar 2, 2022
1 parent 7a52912 commit d77a9d8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.1</version>
<version>4.2</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.1</version>
<version>4.2</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.1</version>
<version>4.2</version>
</dependency>
<dependency>
<groupId>com.konghq</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.1</version>
<version>4.2</version>
</dependency>
```

Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-apache:4.1'
implementation 'net.hypixel:hypixel-api-transport-apache:4.2'
}
```

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.1</version>
<version>4.2</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.1</version>
<version>4.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
6 changes: 3 additions & 3 deletions hypixel-api-transport-reactor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Hypixel Public API - Reactive Transport

<dependency>
<groupId>net.hypixel</groupId>
<artifactId>hypixel-api-transport-reactor</artifactId>
<version>4.1</version>
<artifactId>hypixel-api-transport-reactor</artifactId>
<version>4.2</version>
</dependency>
```

Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-reactor:4.1'
implementation 'net.hypixel:hypixel-api-transport-reactor:4.2'
}
```

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.1</version>
<version>4.2</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.1</version>
<version>4.2</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.1</version>
<version>4.2</version>
</dependency>
```

Can also be included with Gradle.

```gradle
dependencies {
implementation 'net.hypixel:hypixel-api-transport-unirest:4.1'
implementation 'net.hypixel:hypixel-api-transport-unirest:4.2'
}
```

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.1</version>
<version>4.2</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.1</version>
<version>4.2</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.1</version>
<version>4.2</version>

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

0 comments on commit d77a9d8

Please sign in to comment.