Skip to content

Commit 5d72702

Browse files
authored
Bump to 1.1.7 (#197)
1 parent 5de3d4d commit 5d72702

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.6
3+
version: 1.1.7
44
author: Moonsworth
55
softdepend: [ 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.6
3+
version: 1.1.7
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.6
3+
version: 1.1.7
44
author: Moonsworth

deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deploy apollo to the test server
22
set -e
33
./gradlew clean build
4-
scp bukkit/build/libs/apollo-bukkit-1.1.7-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
5-
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
6-
scp bukkit/build/libs/apollo-bukkit-1.1.7-SNAPSHOT.jar [email protected]:/home/ubuntu/lctest/plugins/
7-
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7-SNAPSHOT.jar [email protected]:/home/ubuntu/lctest/plugins/
4+
scp bukkit/build/libs/apollo-bukkit-1.1.7.jar [email protected]:/home/ubuntu/apollo/plugins/
5+
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7.jar [email protected]:/home/ubuntu/apollo/plugins/
6+
scp bukkit/build/libs/apollo-bukkit-1.1.7.jar [email protected]:/home/ubuntu/lctest/plugins/
7+
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7.jar [email protected]:/home/ubuntu/lctest/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.7-SNAPSHOT
2+
version=1.1.7
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
@@ -96,7 +96,7 @@
9696
@Plugin(
9797
id = "apollo",
9898
name = "Apollo-Velocity",
99-
version = "1.1.6",
99+
version = "1.1.7",
100100
url = "https://moonsworth.com",
101101
description = "Implementation of Apollo for Velocity",
102102
authors = {"Moonsworth"}

0 commit comments

Comments
 (0)