From 15ccc7151dc2ded81bdc141f12a6c98d7e4b2a11 Mon Sep 17 00:00:00 2001 From: BlockyTheDev <86119630+BlockyTheDev@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:51:55 +0200 Subject: [PATCH] Back to snapshot for development --- 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 60a1a5a..49a7757 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.0-1.8.9 +mod_version=1.1.1-1.8.9-SNAPSHOT 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 eea5e83..69d93ae 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 = "communityradargg"; /** The version of the mod. */ - public static final String VERSION = "1.1.0-1.8.9"; + public static final String VERSION = "1.1.1-1.8.9-SNAPSHOT"; private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class); private static RadarListManager listManager; private boolean onGrieferGames = false;