diff --git a/package.json b/package.json
index 700305fe184e0cfa5ff46fbff2ef9dbf81409116..f5a524dcc47ecf91abd91835615898864313e779 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 b5205b953649d80111e8fd815911db384e1ed9c8..387347305f793ce751132e7d3eec9b3a4ac42339 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