Skip to content

Commit cc078a4

Browse files
authored
Bump to 1.1.5 (#170)
1 parent 5de4d95 commit cc078a4

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.4
3+
version: 1.1.5
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.4
3+
version: 1.1.5
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.4
3+
version: 1.1.5
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.5-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
5-
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.5-SNAPSHOT.jar [email protected]:/home/ubuntu/apollo/plugins/
6-
scp bukkit/build/libs/apollo-bukkit-1.1.5-SNAPSHOT.jar [email protected]:/home/ubuntu/lctest/plugins/
7-
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.5-SNAPSHOT.jar [email protected]:/home/ubuntu/lctest/plugins/
4+
scp bukkit/build/libs/apollo-bukkit-1.1.5.jar [email protected]:/home/ubuntu/apollo/plugins/
5+
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.5.jar [email protected]:/home/ubuntu/apollo/plugins/
6+
scp bukkit/build/libs/apollo-bukkit-1.1.5.jar [email protected]:/home/ubuntu/lctest/plugins/
7+
scp bukkit-example/build/libs/apollo-bukkit-example-1.1.5.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.5-SNAPSHOT
2+
version=1.1.5
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.4",
95+
version = "1.1.5",
9696
url = "https://moonsworth.com",
9797
description = "Implementation of Apollo for Velocity",
9898
authors = {"Moonsworth"}

0 commit comments

Comments
 (0)