diff --git a/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt b/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt index 392a51f..a3eb698 100644 --- a/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt +++ b/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt @@ -12,7 +12,7 @@ import kotlinx.serialization.Serializable val MINCHAT_VERSION = BuildVersion( major = 0, minor = 7, - patch = 3 + patch = 4 ) /** diff --git a/mod.hjson b/mod.hjson index b679828..bf6ada9 100644 --- a/mod.hjson +++ b/mod.hjson @@ -14,7 +14,7 @@ There are various tutorials that will guide you through the user interface of th displayName: "MinChat Official" author: "Mnemotechnician" minGameVersion: "137" -version: "v0.7.3-beta" +version: "v0.7.4-beta" main: "io.minchat.client.MinchatMod" hidden: true diff --git a/remote/changelog b/remote/changelog index d27fcbb..e6357df 100644 --- a/remote/changelog +++ b/remote/changelog @@ -1,3 +1,6 @@ +#VERSION 0.7.4 +Hotfix for 0.7.3 + #VERSION 0.7.3 A critical channel ui fix (old versions cannot display more than 1 group) Improved the authorization dialog