diff --git a/.env.defaults b/.env.defaults index c3f8f35ab3..6b0210531c 100644 --- a/.env.defaults +++ b/.env.defaults @@ -82,7 +82,7 @@ MAX_PLAYERS=200 # Update time to parse packets in milliseconds (update every 300ms) UPDATE_TIME=300 # Game version -GVER='0.4.0-beta' +GVER='0.4.1-beta' # Used for hotfixes and minor updates that do not require a full update. MINOR='' # If to load regions from cache. diff --git a/package.json b/package.json index 3620ab6692..2d863d0afb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaetram", - "version": "0.4.0", + "version": "0.4.1", "private": true, "type": "module", "packageManager": "yarn@4.0.0-rc.40", diff --git a/packages/common/text/updates.json b/packages/common/text/updates.json index f03b3d1c08..25b24bbd4a 100644 --- a/packages/common/text/updates.json +++ b/packages/common/text/updates.json @@ -1,16 +1,15 @@ { - "0.4.0-beta": { - "title": "Kaetram 0.4.0-beta", + "0.4.1-beta": { + "title": "Kaetram 0.4.1-beta", "content": [ - "- Added 3 new quests", - "- Added a bunch of new sprites and armours", - "- Hovering over interactable yellow cell", - "- Improvements to the camera system", - "- Fixes WASD movement w/ caps lock", - "- Fixes majority of the map errors.", - "- Fixes most dynamic door tiles.", - "- Fixes most door tiles.", - "- Fix 9-slices on Safari." + "- Fixed many doors and missing tiles", + "- Fixes to user interfaces and menus", + "- Fixed some trees around the world", + "- Fixed fishing spots not being interactable", + "- Fixes some teleportation issues", + "- Fixed bosses not spawning their minions", + "- Exclamation mark above NPC now disappears when they don't have info for you", + "- Max levels now capped at 120" ] } }