Skip to content

Commit

Permalink
Release v1.1.2-1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockyTheDev committed Jun 17, 2024
1 parent 382f477 commit a95586e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a95586e

Please sign in to comment.