From 4525f3c6775dffdfcb1207da78834b1a07b00800 Mon Sep 17 00:00:00 2001 From: tech22 <37029404+TechLord22@users.noreply.github.com> Date: Sun, 8 May 2022 22:27:57 -0400 Subject: [PATCH] 2.2.3 --- CHANGELOG.md | 7 +++++++ src/main/java/gregtech/GregTechVersion.java | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cb28f1ddd..30f57fca4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### 2.2.3 + +BETA RELEASE (hotfix) + +* Fixed crash with the Ore Byproduct JEI page initializing earlier than its displayed machines +* Fixed crash with mods using harvest levels of GT blocks of materials without DustProperties + ### 2.2.2 BETA RELEASE diff --git a/src/main/java/gregtech/GregTechVersion.java b/src/main/java/gregtech/GregTechVersion.java index 3087dab722f..51a0d40463d 100644 --- a/src/main/java/gregtech/GregTechVersion.java +++ b/src/main/java/gregtech/GregTechVersion.java @@ -7,7 +7,7 @@ public final class GregTechVersion { //This number is incremented every major feature update public static final int MINOR = 2; //This number is incremented every time the feature is added, or bug is fixed. resets every major version change - public static final int REVISION = 2; + public static final int REVISION = 3; //This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused public static final String EXTRA = "beta"; //This is the String formatted version, used in builds