Skip to content

Commit a95586e

Browse files
committed
Release v1.1.2-1.8.9
1 parent 382f477 commit a95586e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
org.gradle.jvmargs=-Xmx2048m
1717

1818
# When increasing the version, also increase it in the 'CommunityRadarMod' class
19-
mod_version=1.1.2-1.8.9-SNAPSHOT
19+
mod_version=1.1.2-1.8.9
2020
maven_group=io.github.communityradargg
2121
archives_base_name=communityradar
2222

src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class CommunityRadarMod {
4141
/** The id of the mod. */
4242
public static final String MODID = "communityradar";
4343
/** The version of the mod. */
44-
public static final String VERSION = "1.1.2-1.8.9-SNAPSHOT";
44+
public static final String VERSION = "1.1.2-1.8.9";
4545
private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class);
4646
private static RadarListManager listManager;
4747
private boolean onGrieferGames = false;

0 commit comments

Comments
 (0)