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

Change version to 7.13.1

This commit is contained in:
Alexander01998 2021-03-21 02:09:06 +01:00
parent b8da1b8cbe
commit cfccf81499
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-MC1.16.5
mod_version = v7.13.1-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";
public static final String VERSION = "7.13.1";
public static final String MC_VERSION = "1.16.5";
private WurstAnalytics analytics;