From f9783673dbb7ed805f80ddf73463fa1b740db3ae Mon Sep 17 00:00:00 2001 From: btwonion Date: Sat, 5 Oct 2024 20:36:33 +0200 Subject: [PATCH] bump to version 2.0.2 --- changelog.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 1c8973d..274795a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -- allow more versions of Minecraft in mod metadata -- fix crash when no archive exists in config screen - (https://github.com/btwonion/autodrop/issues/16)[#17] by btwonion and Jonathan \ No newline at end of file +- fix visual bug in ignored slots screen in archive - reported by MikeT28 +- migrate ignored slots to set to prevent duplicate entries \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 5258f48..140f33c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,6 @@ mod.id=autodrop mod.name=autodrop mod.description=Simply drops specific items after pickup mod.beta=0 -mod.major-version=2.0.1 +mod.major-version=2.0.2 mod.mixins=autodrop.mixins.json mod.supported-loaders=fabric,quilt,neoforge \ No newline at end of file