diff --git a/src/App.vue b/src/App.vue index 87751b5..cc43bca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,7 +79,7 @@ Spythere - 2021 | v{{ VERSION }} + {{ new Date().getUTCFullYear() }} | v{{ VERSION }} @@ -151,7 +151,7 @@ export default defineComponent({ this.updateModalVisible = this.hasReleaseNotes && !StorageManager.getBooleanValue('version_notes_read'); - this.updateToNewestVersion(); + this.updateToNewestVersion(); }, methods: {