diff --git a/build.gradle.kts b/build.gradle.kts index 431aa5f..6918fc3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("dev.deftu.gradle.preprocess-root") version "0.4.2" - id("xyz.wagyourtail.unimined") version "1.2.0-SNAPSHOT" apply false + id("xyz.wagyourtail.unimined") version "1.2.0" apply false } repositories { diff --git a/changelogs/0.4.10.md b/changelogs/0.4.10.md new file mode 100644 index 0000000..94f1611 --- /dev/null +++ b/changelogs/0.4.10.md @@ -0,0 +1,7 @@ +This version of World Host will be the last version to support 1.16.x versions of the game. Not too many people use it on these versions, and it takes a lot of effort to support them. From now on, I will be gradually dropping version support until I support only the latest and previous content versions of the game. + ++ Fix an icons issue on some game versions ++ Update Russian translations (thanks to [Felix14_v2](https://github.com/Felix14-v2)) ++ Improve update checking ++ Fix a crash with Sinytra Connector ++ Fix crashes on certain versions of the game diff --git a/gradle.properties b/gradle.properties index c0a3de5..5928366 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx3G # Mod properties mod.name=World Host mod.id=world-host -mod.version=0.4.9 +mod.version=0.4.10 mod.group=io.github.gaming32