From 0baaec5b673736d4c99754762d6483e096329b6e Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sun, 16 Jun 2024 00:02:10 +0200 Subject: [PATCH] Bump version --- build.gradle | 3 ++- changelog.md | 6 ++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3b5a940..688d062 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,8 @@ import net.fabricmc.loom.task.RemapJarTask plugins { - id 'io.github.ladysnake.chenille' version '0.11.3' + id 'org.quiltmc.loom' version '1.6.+' + id 'io.github.ladysnake.chenille' version '0.13.0' id 'maven-publish' } diff --git a/changelog.md b/changelog.md index 0e711c1..d33e26e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +------------------------------------------------------ +Version 0.11.1 +------------------------------------------------------ +**Fixes** +- Fixed crash when trying to change selected slot in hotbar (thanks MrSterner!) + ------------------------------------------------------ Version 0.11.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 1aec895..dadfa70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx3G loader_version=0.23.0-beta.1 # Mod Properties - mod_version = 0.11.0 + mod_version = 0.11.1 maven_group = org.ladysnake archives_base_name = locki