Skip to content

Commit

Permalink
Release 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Sep 28, 2021
1 parent 797b00e commit 224774b
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.0</version>
<version>4.1</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.0</version>
<version>4.1</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.0</version>
<version>4.1</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.0</version>
<version>4.1</version>
</dependency>
```

Can also be included with Gradle.

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

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.0</version>
<version>4.1</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.0</version>
<version>4.1</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.0</version>
<version>4.1</version>
</dependency>
```

Can also be included with Gradle.

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

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.0</version>
<version>4.1</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.0</version>
<version>4.1</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.0</version>
<version>4.1</version>
</dependency>
```

Can also be included with Gradle.

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

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.0</version>
<version>4.1</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.0</version>
<version>4.1</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.0</version>
<version>4.1</version>

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

0 comments on commit 224774b

Please sign in to comment.