diff --git a/client/src/modules/globals.js b/client/src/modules/globals.js index 7c40a19a..0c9da1d6 100644 --- a/client/src/modules/globals.js +++ b/client/src/modules/globals.js @@ -102,7 +102,7 @@ export default new class extends Module { } get version() { - return this.config.version; + return this.config.versions.core; } } diff --git a/client/src/ui/components/BdSettings.vue b/client/src/ui/components/BdSettings.vue index 398437c7..0b70490d 100644 --- a/client/src/ui/components/BdSettings.vue +++ b/client/src/ui/components/BdSettings.vue @@ -23,7 +23,7 @@
- v2.0.0a by Jiiks/JsSucks + {{versionString}}
@@ -63,7 +63,7 @@