From 23f970da0153d887681ee221ce16396df6e4fa72 Mon Sep 17 00:00:00 2001 From: natanfudge Date: Fri, 16 Dec 2022 16:13:02 +0200 Subject: [PATCH] 4.2.1 --- changelog.md | 2 ++ gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8810c12..2ccb5f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +### 4.2.1 +- Added missing Chinese translation. ### 4.2.0 - Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!) ### 4.1.8 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bd218da..b6823a8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ task_tree = { id = "com.dorongold.task-tree", version.ref = "task_tree" } [versions] # This Mod Version -mod_version = "4.2.0" +mod_version = "4.2.1" # Gradle Plugins architectury_plugin = "3.4-SNAPSHOT"