0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Change version to 7.14

This commit is contained in:
Alexander01998 2021-03-25 10:42:44 +01:00
parent 93c54fb18f
commit cc04d18301
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.11.0
fabric_version=0.29.3+1.16
# Mod Properties
mod_version = v7.13.1-MC1.16.5
mod_version = v7.14-MC1.16.5
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -56,7 +56,7 @@ public enum WurstClient
public static final MinecraftClient MC = MinecraftClient.getInstance();
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.13.1";
public static final String VERSION = "7.14";
public static final String MC_VERSION = "1.16.5";
private WurstAnalytics analytics;