Skip to content

Commit

Permalink
Bump to 1.0.6 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored Jan 1, 2024
1 parent 428b92d commit 70d60d8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bukkit-example/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/platform-loader/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion bungee/src/platform-loader/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Apollo-Bungee
main: com.lunarclient.apollo.loader.BungeePlatformLoader
version: 1.0.5
version: 1.0.6
author: Moonsworth
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -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 [email protected]:/home/ubuntu/apollo/plugins/
scp bukkit-example/build/libs/apollo-bukkit-example-1.0.5.jar [email protected]:/home/ubuntu/apollo/plugins/
scp bukkit/build/libs/apollo-bukkit-1.0.6.jar [email protected]:/home/ubuntu/apollo/plugins/
scp bukkit-example/build/libs/apollo-bukkit-example-1.0.6.jar [email protected]:/home/ubuntu/apollo/plugins/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 70d60d8

Please sign in to comment.