Skip to content

Commit

Permalink
chore: kaetram v0.5.3 -> v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 26, 2023
1 parent 31e0a82 commit 858e76a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MAX_PLAYERS=200
# Update time to parse packets in milliseconds (update every 300ms)
UPDATE_TIME=300
# Game version
GVER='0.5.3-beta'
GVER='0.5.4-beta'
# Used for hotfixes and minor updates that do not require a full update.
MINOR=''
# If to load regions from cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaetram",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.0-rc.40",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/text/updates.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"0.5.3-beta": {
"title": "Kaetram 0.5.3-beta",
"content": ["- Improved rendering efficiency", "- Added new quests"]
"0.5.4-beta": {
"title": "Kaetram 0.5.4-beta",
"content": ["- UI polished"]
}
}

0 comments on commit 858e76a

Please sign in to comment.