From 70d60d8f0f0b4674cdc9111d7987ed5017626d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Bu=C4=8Dari=C4=87?= Date: Mon, 1 Jan 2024 18:49:13 +0100 Subject: [PATCH] Bump to 1.0.6 (#92) --- bukkit-example/src/main/resources/plugin.yml | 2 +- bukkit/src/platform-loader/resources/plugin.yml | 2 +- bungee/src/platform-loader/resources/plugin.yml | 2 +- deploy.sh | 4 ++-- gradle.properties | 2 +- .../java/com/lunarclient/apollo/ApolloVelocityPlatform.java | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bukkit-example/src/main/resources/plugin.yml b/bukkit-example/src/main/resources/plugin.yml index d0189082..d1b7d0f9 100644 --- a/bukkit-example/src/main/resources/plugin.yml +++ b/bukkit-example/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: Apollo-Example main: com.lunarclient.apollo.example.ApolloExamplePlugin -version: 1.0.5 +version: 1.0.6 author: Moonsworth depend: [ Apollo-Bukkit ] api-version: 1.13 diff --git a/bukkit/src/platform-loader/resources/plugin.yml b/bukkit/src/platform-loader/resources/plugin.yml index de624060..5a1bb0d8 100644 --- a/bukkit/src/platform-loader/resources/plugin.yml +++ b/bukkit/src/platform-loader/resources/plugin.yml @@ -1,6 +1,6 @@ name: Apollo-Bukkit main: com.lunarclient.apollo.loader.BukkitPlatformLoader -version: 1.0.5 +version: 1.0.6 author: Moonsworth api-version: 1.13 soft-depend: [LunarClient-API] diff --git a/bungee/src/platform-loader/resources/plugin.yml b/bungee/src/platform-loader/resources/plugin.yml index be311578..f81fb76f 100644 --- a/bungee/src/platform-loader/resources/plugin.yml +++ b/bungee/src/platform-loader/resources/plugin.yml @@ -1,4 +1,4 @@ name: Apollo-Bungee main: com.lunarclient.apollo.loader.BungeePlatformLoader -version: 1.0.5 +version: 1.0.6 author: Moonsworth diff --git a/deploy.sh b/deploy.sh index 7cb5ad2b..4e419ff3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ # Deploy apollo to the test server set -e ./gradlew clean build -scp bukkit/build/libs/apollo-bukkit-1.0.5.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ -scp bukkit-example/build/libs/apollo-bukkit-example-1.0.5.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ +scp bukkit/build/libs/apollo-bukkit-1.0.6.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ +scp bukkit-example/build/libs/apollo-bukkit-example-1.0.6.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ diff --git a/gradle.properties b/gradle.properties index afb80c09..b0f2ed4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.lunarclient -version=1.0.5 +version=1.0.6 description=The API for interacting with Lunar Client players. org.gradle.parallel=true diff --git a/velocity/src/main/java/com/lunarclient/apollo/ApolloVelocityPlatform.java b/velocity/src/main/java/com/lunarclient/apollo/ApolloVelocityPlatform.java index 1a00c6a7..a397ef32 100644 --- a/velocity/src/main/java/com/lunarclient/apollo/ApolloVelocityPlatform.java +++ b/velocity/src/main/java/com/lunarclient/apollo/ApolloVelocityPlatform.java @@ -92,7 +92,7 @@ @Plugin( id = "apollo", name = "Apollo-Velocity", - version = "1.0.5", + version = "1.0.6", url = "https://moonsworth.com", description = "Implementation of Apollo for Velocity", authors = {"Moonsworth"}