diff --git a/bukkit-example/src/main/resources/plugin.yml b/bukkit-example/src/main/resources/plugin.yml index 181548b9..1a126d66 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.1.2 +version: 1.1.3 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 d9a8a1b1..fff9e488 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.1.2 +version: 1.1.3 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 502dbada..49d65895 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.1.2 +version: 1.1.3 author: Moonsworth diff --git a/deploy.sh b/deploy.sh index 7b1d5882..fde424d9 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.1.3-SNAPSHOT.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ -scp bukkit-example/build/libs/apollo-bukkit-example-1.1.3-SNAPSHOT.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ +scp bukkit/build/libs/apollo-bukkit-1.1.3.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ +scp bukkit-example/build/libs/apollo-bukkit-example-1.1.3.jar ubuntu@build.moonsworth.com:/home/ubuntu/apollo/plugins/ diff --git a/gradle.properties b/gradle.properties index c034475c..c4478c76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.lunarclient -version=1.1.3-SNAPSHOT +version=1.1.3 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 367b09cd..3e3580bf 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.1.2", + version = "1.1.3", url = "https://moonsworth.com", description = "Implementation of Apollo for Velocity", authors = {"Moonsworth"}