Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jul 17, 2023
1 parent 47576db commit ac0b379
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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 = 3,
patch = 4
patch = 5
)

/**
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.4"
version: "v0.3.5"

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.3.5
Minor crash fixes

#VERSION 0.3.4
Fixed a crash when the user has no internet connection

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": 3,
"patch": 4
"patch": 5
}

0 comments on commit ac0b379

Please sign in to comment.