chore: update the year to 2024

This commit is contained in:
Lykin 2024-03-14 00:38:35 +08:00
parent 8e48da3cc7
commit e3ccb06a96
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ const onOpenWebsite = () => {
<n-text class="about-link" @click="onOpenWebsite">{{ $t('dialogue.about.website') }}</n-text>
</n-space>
<div :style="{ color: themeVars.textColor3 }" class="about-copyright">
Copyright © 2023 Tinycraft.cc All rights reserved
Copyright © 2024 Tinycraft.cc All rights reserved
</div>
</n-space>
</n-modal>

View File

@ -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,

View File

@ -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"
}
}