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;