diff --git a/package.json b/package.json
index 7cf1952ec2793d6a4a0a5e5b28bf2d7c9229f5cb..f153c450c64ce4fb02ed8da2c3c25a963e824be1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.3.6",
+  "version": "1.3.7",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 235c577f97bbda015ec513a5521cb06bac89e2a4..3a48838226a1311aaa77bfa77a0baf9c4b07b97e 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.3.6"
+    "version": "1.3.7"
   },
   "build": {
     "distDir": "../dist",