Skip to content

Commit

Permalink
chore: kaetram v0.5.4 -> v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 29, 2023
1 parent 80a5bf2 commit 4c1e961
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4-beta'
GVER='0.5.5-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.4",
"version": "0.5.5",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.0-rc.40",
Expand Down
11 changes: 8 additions & 3 deletions packages/common/text/updates.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"0.5.4-beta": {
"title": "Kaetram 0.5.4-beta",
"content": ["- UI polished"]
"0.5.5-beta": {
"title": "Kaetram 0.5.5-beta",
"content": [
"- Add language selection menu",
"- Add FPS throttle option",
"- New quests",
"- Anti-cheating detection improvements"
]
}
}

0 comments on commit 4c1e961

Please sign in to comment.