Bump version

This commit is contained in:
Exopandora
2023-07-05 19:32:42 +02:00
parent c276956973
commit e86dd928ca
2 changed files with 3 additions and 3 deletions

View File

@@ -1,14 +1,14 @@
# WorldHandler # WorldHandler
mod_id = worldhandler mod_id = worldhandler
mod_name = WorldHandler mod_name = WorldHandler
mod_version = 3.4.3 mod_version = 3.4.4
minecraft_version = 1.20.1 minecraft_version = 1.20.1
group = exopandora.worldhandler group = exopandora.worldhandler
main_class = exopandora.worldhandler.Main main_class = exopandora.worldhandler.Main
author = Exopandora author = Exopandora
# Forge # Forge
forge_version = 47.0.1 forge_version = 47.0.35
forge_compatible_minecraft_versions = 1.20,1.20.1 forge_compatible_minecraft_versions = 1.20,1.20.1
# Publishing # Publishing

View File

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