Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 11, 2023
1 parent a28896c commit 7711981
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import kotlinx.serialization.Serializable
*/
val MINCHAT_VERSION = BuildVersion(
major = 0,
minor = 3,
patch = 5
minor = 4,
patch = 0
)

/**
Expand Down
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WIP global mindustry chat
displayName: "MinChat Official"
author: "Mnemotechnician"
minGameVersion: "137"
version: "v0.3.5"
version: "v0.4.0"

main: "io.minchat.client.MinchatMod"
hidden: true
6 changes: 6 additions & 0 deletions remote/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#VERSION 0.4.0
Added new settings
Made it possible to stop showing the startup dialog
Added tutorials
Made user accounts persist between restarts

#VERSION 0.3.5
Minor crash fixes

Expand Down

0 comments on commit 7711981

Please sign in to comment.