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

Change version to 7.1.1

This commit is contained in:
Alexander01998 2020-02-28 10:23:43 +01:00
parent 296b04d7bf
commit 0657554282
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.7.8+build.184
fabric_version=0.4.33+build.301-1.16
# Mod Properties
mod_version = v7.1-MC20w09a
mod_version = v7.1.1-MC20w09a
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static final MinecraftClient MC = MinecraftClient.getInstance();
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.1";
public static final String VERSION = "7.1.1";
public static final String MC_VERSION = "20w09a";
private WurstAnalytics analytics;