Skip to content

Commit 851feb9

Browse files
authored
Bump to 1.1.2 (#142)
1 parent 89a0732 commit 851feb9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

bukkit-example/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Apollo-Example
22
main: com.lunarclient.apollo.example.ApolloExamplePlugin
3-
version: 1.1.1
3+
version: 1.1.2
44
author: Moonsworth
55
depend: [ Apollo-Bukkit ]
66
api-version: 1.13

bukkit/src/platform-loader/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Apollo-Bukkit
22
main: com.lunarclient.apollo.loader.BukkitPlatformLoader
3-
version: 1.1.1
3+
version: 1.1.2
44
author: Moonsworth
55
api-version: 1.13
66
soft-depend: [LunarClient-API]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: Apollo-Bungee
22
main: com.lunarclient.apollo.loader.BungeePlatformLoader
3-
version: 1.1.1
3+
version: 1.1.2
44
author: Moonsworth

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deploy apollo to the test server
22
set -e
33
./gradlew clean build
4-
scp bukkit/build/libs/apollo-bukkit-1.1.2-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
5-
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.2-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
4+
scp bukkit/build/libs/apollo-bukkit-1.1.2.jar [email protected]:/home/ubuntu/apollo/plugins/
5+
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.2.jar [email protected]:/home/ubuntu/apollo/plugins/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.lunarclient
2-
version=1.1.2-SNAPSHOT
2+
version=1.1.2
33
description=The API for interacting with Lunar Client players.
44

55
org.gradle.parallel=true

velocity/src/main/java/com/lunarclient/apollo/ApolloVelocityPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
@Plugin(
9393
id = "apollo",
9494
name = "Apollo-Velocity",
95-
version = "1.1.1",
95+
version = "1.1.2",
9696
url = "https://moonsworth.com",
9797
description = "Implementation of Apollo for Velocity",
9898
authors = {"Moonsworth"}

0 commit comments

Comments
 (0)