From 8a28a2b7bde6b439b798648dd2b4b41d1213bb0f Mon Sep 17 00:00:00 2001 From: Brady Date: Fri, 29 Mar 2024 11:32:42 -0230 Subject: [PATCH] Bump version --- changelog.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 118734e1..bb737ac9 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,5 @@ -- Fixed stats task performance in situations where there were many players online (ThatGravyBoat) \ No newline at end of file +- Fixed stats task performance in situations where there were many players online (ThatGravyBoat) +- Make icon title overrides optional as to not pollute jsons (ThatGravyBoat) +- Add support for REI, JEI, and EMI in task lists (ThatGravyBoat) +- Require new quest ids to be ascii only (ThatGravyBoat) +- Fix selectable reward not have title and icon overridable (ThatGravyBoat) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 805ce2b2..986487b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G enabledPlatforms=fabric,forge -version=1.1.11 +version=1.1.12 group=earth.terrarium.heracles minecraftVersion=1.20.1