diff --git a/frontend/components.json b/frontend/components.json index 5e95cf6..4e47359 100644 --- a/frontend/components.json +++ b/frontend/components.json @@ -14,9 +14,5 @@ "aliases": { "components": "@/components", "utils": "@/lib/utils" - }, - "info": { - "copyright": "TaurusXin 2024", - "productVersion": "1.2.0" } } \ No newline at end of file diff --git a/wails.json b/wails.json index eef2e3d..d28a81c 100644 --- a/wails.json +++ b/wails.json @@ -9,5 +9,9 @@ "author": { "name": "TaurusXin", "email": "i@taurusxin.com" + }, + "info": { + "copyright": "TaurusXin 2024", + "productVersion": "1.2.0" } }