From 5ff4b0db269e31f4ea860762fc7d02e10d1aff8d Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 11 Aug 2024 16:54:17 +0200 Subject: [PATCH] Version bump 1.10.1 --- changelog.md | 10 +++++++++- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2d6fe74..5d86aea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## [1.10.1] - 2024-08-11 + +Available versions: +- Fabric: 1.21 +### Changed/Fixed + +- Fixed sodium compatibility. +- Do not load compat mixins when mod is not present. + ## [1.10] - 2024-08-10 Available versions: @@ -18,7 +27,6 @@ Available versions: - Apply sheep color to sheep heads before shearing (Fix #264). - Some features have been rewritten to use less invasive mixins, hopefully improving inter-mod compatibility. - ## [1.9.7] - 2024-08-04 Available versions: diff --git a/gradle.properties b/gradle.properties index dad6245..584bdf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2048m loader_version=0.15.11 # Mod Properties - mod_version = 1.10 + mod_version = 1.10.1 maven_group = me.juancarloscp52 archives_base_name = bedrockify