Skip to content

Commit

Permalink
Hotfix (I uploaded a wrong thing and such...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Nov 4, 2023
1 parent cd3db20 commit 0e938b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlinx.serialization.Serializable
val MINCHAT_VERSION = BuildVersion(
major = 0,
minor = 7,
patch = 3
patch = 4
)

/**
Expand Down
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions remote/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e938b9

Please sign in to comment.