Skip to content

Commit

Permalink
Release v1.0.0-1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockyTheDev committed Jun 22, 2024
1 parent 491f5aa commit 60dcc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx3G

# When increasing the version, also increase it in the 'CommunityRadarMod' class
mc_version=1.12.2
mod_version=0.1.0-1.12.2-SNAPSHOT
mod_version=1.0.0-1.12.2
maven_group=io.github.communityradargg
archives_base_name=communityradar
archives_base_name=communityradar
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CommunityRadarMod {
/** The name of the mod. */
public static final String NAME = "CommunityRadar Mod - Official - 1.12.2";
/** The version of the mod. */
public static final String VERSION = "0.1.0-1.12.2-SNAPSHOT";
public static final String VERSION = "1.0.0-1.12.2";
private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class);
private static RadarListManager listManager;
private boolean onGrieferGames = false;
Expand Down

0 comments on commit 60dcc04

Please sign in to comment.