From 54168e0dc6d55089469be43eb4ab7517776972b2 Mon Sep 17 00:00:00 2001 From: Tech22 <37029404+TechLord22@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:51:33 -0400 Subject: [PATCH] bump version to v1.2.11 --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f51f1..caf3387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,4 +146,8 @@ ## v1.2.10 -* Fixed errors JEI preview for the Large Fractionating Distillery +* Fixed errors in the JEI preview for the Large Fractionating Distillery + +## v1.2.11 + +* Fixed accidental hard-dependency on ModularUI diff --git a/gradle.properties b/gradle.properties index 615f1e0..2bfc94d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ modGroup = gregicality # Version of your mod. # This field can be left empty if you want your mod's version to be determined by the latest git tag instead. -modVersion = 1.2.10 +modVersion = 1.2.11 # Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version) includeMCVersionJar = false