From 224774bccec1324f665cac9848a420076f470de9 Mon Sep 17 00:00:00 2001 From: Connor Linfoot Date: Tue, 28 Sep 2021 21:43:28 +0100 Subject: [PATCH] Release 4.1 --- hypixel-api-core/pom.xml | 2 +- hypixel-api-example/pom.xml | 4 ++-- hypixel-api-transport-apache/README.md | 4 ++-- hypixel-api-transport-apache/pom.xml | 4 ++-- hypixel-api-transport-reactor/README.md | 4 ++-- hypixel-api-transport-reactor/pom.xml | 4 ++-- hypixel-api-transport-unirest/README.md | 4 ++-- hypixel-api-transport-unirest/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/hypixel-api-core/pom.xml b/hypixel-api-core/pom.xml index d53b7cb2..63d7a17b 100644 --- a/hypixel-api-core/pom.xml +++ b/hypixel-api-core/pom.xml @@ -5,7 +5,7 @@ hypixel-api net.hypixel - 4.0 + 4.1 4.0.0 diff --git a/hypixel-api-example/pom.xml b/hypixel-api-example/pom.xml index 22037fd6..620453cb 100644 --- a/hypixel-api-example/pom.xml +++ b/hypixel-api-example/pom.xml @@ -5,7 +5,7 @@ hypixel-api net.hypixel - 4.0 + 4.1 4.0.0 @@ -32,7 +32,7 @@ net.hypixel hypixel-api-transport-apache - 4.0 + 4.1 com.konghq diff --git a/hypixel-api-transport-apache/README.md b/hypixel-api-transport-apache/README.md index 15788e01..73d00294 100644 --- a/hypixel-api-transport-apache/README.md +++ b/hypixel-api-transport-apache/README.md @@ -8,7 +8,7 @@ Hypixel Public API - Apache Transport net.hypixel hypixel-api-transport-apache - 4.0 + 4.1 ``` @@ -16,7 +16,7 @@ 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' } ``` diff --git a/hypixel-api-transport-apache/pom.xml b/hypixel-api-transport-apache/pom.xml index b65e7116..e02c8106 100644 --- a/hypixel-api-transport-apache/pom.xml +++ b/hypixel-api-transport-apache/pom.xml @@ -5,7 +5,7 @@ hypixel-api net.hypixel - 4.0 + 4.1 4.0.0 @@ -33,7 +33,7 @@ net.hypixel hypixel-api-core - 4.0 + 4.1 org.apache.httpcomponents diff --git a/hypixel-api-transport-reactor/README.md b/hypixel-api-transport-reactor/README.md index 8aa6c3ee..c4466e35 100644 --- a/hypixel-api-transport-reactor/README.md +++ b/hypixel-api-transport-reactor/README.md @@ -8,7 +8,7 @@ Hypixel Public API - Reactive Transport net.hypixel hypixel-api-transport-reactor - 4.0 + 4.1 ``` @@ -16,7 +16,7 @@ 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' } ``` diff --git a/hypixel-api-transport-reactor/pom.xml b/hypixel-api-transport-reactor/pom.xml index d65fe9ec..1ecd899a 100644 --- a/hypixel-api-transport-reactor/pom.xml +++ b/hypixel-api-transport-reactor/pom.xml @@ -5,7 +5,7 @@ hypixel-api net.hypixel - 4.0 + 4.1 4.0.0 @@ -45,7 +45,7 @@ net.hypixel hypixel-api-core - 4.0 + 4.1 io.projectreactor.netty diff --git a/hypixel-api-transport-unirest/README.md b/hypixel-api-transport-unirest/README.md index 86dcae27..f0d15121 100644 --- a/hypixel-api-transport-unirest/README.md +++ b/hypixel-api-transport-unirest/README.md @@ -8,7 +8,7 @@ Hypixel Public API - Unirest Transport net.hypixel hypixel-api-transport-unirest - 4.0 + 4.1 ``` @@ -16,7 +16,7 @@ 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' } ``` diff --git a/hypixel-api-transport-unirest/pom.xml b/hypixel-api-transport-unirest/pom.xml index 68aa7785..51b31244 100644 --- a/hypixel-api-transport-unirest/pom.xml +++ b/hypixel-api-transport-unirest/pom.xml @@ -5,7 +5,7 @@ hypixel-api net.hypixel - 4.0 + 4.1 4.0.0 @@ -33,7 +33,7 @@ net.hypixel hypixel-api-core - 4.0 + 4.1 com.konghq diff --git a/pom.xml b/pom.xml index 8399e0cf..52438059 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ net.hypixel hypixel-api pom - 4.0 + 4.1 hypixel-api-core