diff --git a/build.gradle b/build.gradle index 3563263..c9262f6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ jar { from "LICENSE" } -version = "1.2.3" +version = "1.2.4" group = "co.bugg.quickplay" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "QuickPlay-1.12" diff --git a/src/main/java/co/bugg/quickplay/Reference.java b/src/main/java/co/bugg/quickplay/Reference.java index 3d6c988..70a1f3d 100644 --- a/src/main/java/co/bugg/quickplay/Reference.java +++ b/src/main/java/co/bugg/quickplay/Reference.java @@ -3,7 +3,7 @@ public class Reference { public static final String MOD_ID = "quickplay"; public static final String MOD_NAME = "QuickPlay"; - public static final String VERSION = "1.2.3"; + public static final String VERSION = "1.2.4"; public static final String COMPATIBLE_MC_VERSION_MIN = "1.12"; public static final String COMPATIBLE_MC_VERSION_MAX = "1.12.2"; public static final String ACCEPTED_VERSIONS = "[1.12, 1.12.2]"; diff --git a/versions.json b/versions.json index c796895..832291c 100644 --- a/versions.json +++ b/versions.json @@ -18,7 +18,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.9": { "0.1": "Initial Release", @@ -38,7 +39,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.9.1": { "0.1": "Initial Release", @@ -58,7 +60,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.9.2": { "0.1": "Initial Release", @@ -78,7 +81,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.9.3": { "0.1": "Initial Release", @@ -98,7 +102,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.9.4": { "0.1": "Initial Release", @@ -118,7 +123,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.10": { "0.1": "Initial Release", @@ -138,7 +144,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.10.1": { "0.1": "Initial Release", @@ -158,7 +165,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.10.2": { "0.1": "Initial Release", @@ -178,7 +186,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.11": { "1.0": "Favorite gamemodes, custom colors, better navigation, and more!", @@ -190,7 +199,8 @@ "1.1.4": "Added all Classic Games & reordered them alphabetically", "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", - "1.2.2": "Added Smash Heroes 1v1, Extended IP support" + "1.2.2": "Added Smash Heroes 1v1, Extended IP support", + "1.2.4": "Updated Prop Hunt commands" }, "1.11.1": { "1.0": "Favorite gamemodes, custom colors, better navigation, and more!", @@ -204,7 +214,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.11.2": { "1.0": "Favorite gamemodes, custom colors, better navigation, and more!", @@ -218,7 +229,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.12": { "0.2": "Added official support for multiple versions", @@ -236,7 +248,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.12.1": { "0.2": "Added official support for multiple versions", @@ -254,7 +267,8 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "1.12.2": { "0.2": "Added official support for multiple versions", @@ -272,38 +286,39 @@ "1.2": "Added full configuration, added update notifications", "1.2.1": "Added Hide & Seek, added more IPs", "1.2.2": "Added Smash Heroes 1v1, Extended IP support", - "1.2.3": "Added Murder Mystery Infection" + "1.2.3": "Added Murder Mystery Infection", + "1.2.4": "Updated Prop Hunt commands" }, "promos": { - "1.8.9-latest": "1.2.3", - "1.8.9-recommended": "1.2.3", - "1.9-latest": "1.2.3", - "1.9-recommended": "1.2.3", - "1.9.1-latest": "1.2.3", - "1.9.1-recommended": "1.2.3", - "1.9.2-latest": "1.2.3", - "1.9.2-recommended": "1.2.3", - "1.9.3-latest": "1.2.3", - "1.9.3-recommended": "1.2.3", - "1.9.4-latest": "1.2.3", - "1.9.4-recommended": "1.2.3", - "1.10-latest": "1.2.3", - "1.10-recommended": "1.2.3", - "1.10.1-latest": "1.2.3", - "1.10.1-recommended": "1.2.3", - "1.10.2-latest": "1.2.3", - "1.10.2-recommended": "1.2.3", - "1.11-latest": "1.2.3", - "1.11-recommended": "1.2.3", - "1.11.1-latest": "1.2.3", - "1.11.1-recommended": "1.2.3", - "1.11.2-latest": "1.2.3", - "1.11.2-recommended": "1.2.3", - "1.12-latest": "1.2.3", - "1.12-recommended": "1.2.3", - "1.12.1-latest": "1.2.3", - "1.12.1-recommended": "1.2.3", - "1.12.2-latest": "1.2.3", - "1.12.2-recommended": "1.2.3" + "1.8.9-latest": "1.2.4", + "1.8.9-recommended": "1.2.4", + "1.9-latest": "1.2.4", + "1.9-recommended": "1.2.4", + "1.9.1-latest": "1.2.4", + "1.9.1-recommended": "1.2.4", + "1.9.2-latest": "1.2.4", + "1.9.2-recommended": "1.2.4", + "1.9.3-latest": "1.2.4", + "1.9.3-recommended": "1.2.4", + "1.9.4-latest": "1.2.4", + "1.9.4-recommended": "1.2.4", + "1.10-latest": "1.2.4", + "1.10-recommended": "1.2.4", + "1.10.1-latest": "1.2.4", + "1.10.1-recommended": "1.2.4", + "1.10.2-latest": "1.2.4", + "1.10.2-recommended": "1.2.4", + "1.11-latest": "1.2.4", + "1.11-recommended": "1.2.4", + "1.11.1-latest": "1.2.4", + "1.11.1-recommended": "1.2.4", + "1.11.2-latest": "1.2.4", + "1.11.2-recommended": "1.2.4", + "1.12-latest": "1.2.4", + "1.12-recommended": "1.2.4", + "1.12.1-latest": "1.2.4", + "1.12.1-recommended": "1.2.4", + "1.12.2-latest": "1.2.4", + "1.12.2-recommended": "1.2.4" } } \ No newline at end of file