From a95586e77eeba1fa154d5c978bd2e7cf96200bd3 Mon Sep 17 00:00:00 2001 From: BlockyTheDev <86119630+BlockyTheDev@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:16:17 +0200 Subject: [PATCH] Release v1.1.2-1.8.9 --- gradle.properties | 2 +- .../io/github/communityradargg/forgemod/CommunityRadarMod.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 17d8c1c..05e3118 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048m # When increasing the version, also increase it in the 'CommunityRadarMod' class -mod_version=1.1.2-1.8.9-SNAPSHOT +mod_version=1.1.2-1.8.9 maven_group=io.github.communityradargg archives_base_name=communityradar diff --git a/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java b/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java index 70bd66f..df7fd24 100644 --- a/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java +++ b/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java @@ -41,7 +41,7 @@ public class CommunityRadarMod { /** The id of the mod. */ public static final String MODID = "communityradar"; /** The version of the mod. */ - public static final String VERSION = "1.1.2-1.8.9-SNAPSHOT"; + public static final String VERSION = "1.1.2-1.8.9"; private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class); private static RadarListManager listManager; private boolean onGrieferGames = false;