Skip to content

Commit

Permalink
bump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Oct 5, 2023
1 parent 1d2cf94 commit bc62c6a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = 6,
patch = 1
patch = 2
)

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

main: "io.minchat.client.MinchatMod"
hidden: true
6 changes: 5 additions & 1 deletion remote/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#VERSION 0.6.2
Added role icons (can be turned off in the settings)
Fixed nicknames not being used in replies

#VERSION 0.6.1
- Some critical ui fixes (mostly for mobile users)
Some critical ui fixes (mostly for mobile users)

#VERSION 0.6.0
Added message replies
Expand Down
2 changes: 1 addition & 1 deletion remote/latest-stable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 6,
"patch": 1
"patch": 2
}

0 comments on commit bc62c6a

Please sign in to comment.