Skip to content

Commit

Permalink
Bump to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Nov 4, 2023
1 parent 81a93bb commit cd3db20
Show file tree
Hide file tree
Showing 3 changed files with 7 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 = 2
patch = 3
)

/**
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.2-beta"
version: "v0.7.3-beta"

main: "io.minchat.client.MinchatMod"
hidden: true
5 changes: 5 additions & 0 deletions remote/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#VERSION 0.7.3
A critical channel ui fix (old versions cannot display more than 1 group)
Improved the authorization dialog
Hopefully fixed the improper size of the MinChat icon

#VERSION 0.7.2
Fixed not-logged-in users not being able to view channels
Fixed the "log out" action not having any effect after restart
Expand Down

0 comments on commit cd3db20

Please sign in to comment.