From 9010a4508659521738f5bddfd7f359d039d83d00 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 4 Jan 2022 16:16:00 +0100 Subject: [PATCH] Automatyzacja roku w stopce --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {