From e3ccb06a96d12a1e25806b69823c3ef2034744df Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:38:35 +0800 Subject: [PATCH] chore: update the year to 2024 --- frontend/src/components/dialogs/AboutDialog.vue | 2 +- main.go | 2 +- wails.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/dialogs/AboutDialog.vue b/frontend/src/components/dialogs/AboutDialog.vue index 5d5c720..64d863a 100644 --- a/frontend/src/components/dialogs/AboutDialog.vue +++ b/frontend/src/components/dialogs/AboutDialog.vue @@ -37,7 +37,7 @@ const onOpenWebsite = () => { {{ $t('dialogue.about.website') }} diff --git a/main.go b/main.go index 4504f7c..1b0a2d9 100644 --- a/main.go +++ b/main.go @@ -105,7 +105,7 @@ func main() { TitleBar: mac.TitleBarHiddenInset(), About: &mac.AboutInfo{ Title: "Tiny RDM " + version, - Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2023", + Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2024", Icon: icon, }, WebviewIsTransparent: false, diff --git a/wails.json b/wails.json index 6ffc825..28fd8a9 100644 --- a/wails.json +++ b/wails.json @@ -14,7 +14,7 @@ "companyName": "Tiny Craft", "productName": "Tiny RDM", "productVersion": "1.0.0", - "copyright": "Copyright © 2023", + "copyright": "Copyright © 2024", "comments": "Tiny Redis Desktop Manager" } }