Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Apr 19, 2024
1 parent dc3ab9e commit 4d9bc54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
7 changes: 7 additions & 0 deletions changelogs/0.4.10.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d9bc54

Please sign in to comment.