diff --git a/package.json b/package.json
index a0e0ea130317a7caa66c775650f4a465130babc4..d1c51ee3ee9a53a580eeb105620cd87d16adb659 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "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 ef05662ff66759f30045dfc8b707de04035c50b8..cfd09d4551a54d4cc133cc3b6bcc6793d6195efc 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.1.1"
+    "version": "1.1.2"
   },
   "build": {
     "distDir": "../dist",