Bump version

This commit is contained in:
Exopandora
2023-09-23 15:26:26 +02:00
parent d89f9a0cd3
commit da1af1100d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# WorldHandler
mod_id = worldhandler
mod_name = WorldHandler
mod_version = 3.5
mod_version = 3.5.1
minecraft_version = 1.20.2
group = exopandora.worldhandler
main_class = exopandora.worldhandler.Main

View File

@@ -12,7 +12,7 @@ public class Main
public static final String NAME = "World Handler";
public static final String MODID = "worldhandler";
public static final String MC_VERSION = "1.20.2";
public static final String MOD_VERSION = "3.5";
public static final String MOD_VERSION = "3.5.1";
public static final String URL = "https://minecraft.curseforge.com/projects/world-handler-command-gui";
public static void main(String[] args)