diff --git a/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml b/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml index 349e28b..7cddf27 100644 --- a/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml +++ b/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml @@ -3,3 +3,8 @@ has_weapon: True item_level: 745 name: 'Phantom Penumbrae' +- has_accessories: False + has_armour: True + has_weapon: False + item_level: 745 + name: "Arcanaut's" diff --git a/backend/backend/__init__.py b/backend/backend/__init__.py index f861ef8..ad4893d 100644 --- a/backend/backend/__init__.py +++ b/backend/backend/__init__.py @@ -2,4 +2,4 @@ from .celery import app as celery_app -VERSION = '20250528' +VERSION = '20250602' diff --git a/frontend/.env b/frontend/.env index 7a3f86b..d28e6a8 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="20250528" +VUE_APP_VERSION="20250602" diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 847689a..79fa316 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -12,14 +12,14 @@
Didn't initially realise that the armour from OC was worth adding but it's actually pretty decent so...
- Added the following new types of Gear released in 7.25 alongside Occult Crescent; + Added the following new gear added in 7.25;
Enjoy the new relic grind!