From 7b1866737f38d53018c23ca9037ce2fe8499cbee Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Mon, 26 Sep 2022 01:27:56 +0800
Subject: [PATCH] v1.1.0

---
 package.json              |  4 ++--
 src-tauri/tauri.conf.json | 18 +++++++++++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 700305f..f5a524d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.0.6",
+  "version": "1.1.0",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
@@ -67,4 +67,4 @@
     "singleQuote": false,
     "endOfLine": "lf"
   }
-}
+}
\ No newline at end of file
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index b5205b9..3873473 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.0.6"
+    "version": "1.1.0"
   },
   "build": {
     "distDir": "../dist",
@@ -25,8 +25,13 @@
         "icons/icon-new.icns",
         "icons/icon.ico"
       ],
-      "resources": ["resources"],
-      "externalBin": ["sidecar/clash", "sidecar/clash-meta"],
+      "resources": [
+        "resources"
+      ],
+      "externalBin": [
+        "sidecar/clash",
+        "sidecar/clash-meta"
+      ],
       "copyright": "© 2022 zzzgydi All Rights Reserved",
       "category": "DeveloperTool",
       "shortDescription": "A Clash GUI based on tauri.",
@@ -46,7 +51,10 @@
         "digestAlgorithm": "sha256",
         "timestampUrl": "",
         "wix": {
-          "language": ["zh-CN", "en-US"]
+          "language": [
+            "zh-CN",
+            "en-US"
+          ]
         }
       }
     },
@@ -91,4 +99,4 @@
       "csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
     }
   }
-}
+}
\ No newline at end of file
-- 
GitLab