File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/github/communityradargg/forgemod Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616org.gradle.jvmargs =-Xmx2048m
1717
1818# When increasing the version, also increase it in the 'CommunityRadarMod' class
19- mod_version =1.1.1 -1.8.9
19+ mod_version =1.1.2 -1.8.9-SNAPSHOT
2020maven_group =io.github.communityradargg
2121archives_base_name =communityradar
2222
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class CommunityRadarMod {
4141 /** The id of the mod. */
4242 public static final String MODID = "communityradargg" ;
4343 /** The version of the mod. */
44- public static final String VERSION = "1.1.1 -1.8.9" ;
44+ public static final String VERSION = "1.1.2 -1.8.9-SNAPSHOT " ;
4545 private static final Logger logger = LogManager .getLogger (CommunityRadarMod .class );
4646 private static RadarListManager listManager ;
4747 private boolean onGrieferGames = false ;
You can’t perform that action at this time.
0 commit comments