diff --git a/build.gradle.kts b/build.gradle.kts index d9a837a..a4e68b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } val beta: Int? = null // Pattern is '1.0.0-beta1-1.20.6-pre.2' -val featureVersion = "2.1.0${if (beta != null) "-beta$beta" else ""}" +val featureVersion = "2.2.0${if (beta != null) "-beta$beta" else ""}" val mcVersion = property("mcVersion")!!.toString() val mcVersionRange = property("mcVersionRange")!!.toString() version = "$featureVersion-$mcVersion" diff --git a/changelog.md b/changelog.md index df832d7..77e37e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1 @@ -- add options to specify where the player wants to get boosted -- use yacl 3.5 for config screen creation \ No newline at end of file +- add traditional chinese translation