diff --git a/package.json b/package.json
index 0236fbbf8c546063ea67e55602094542a91e99a5..9fc4f8c33b1b643d19e3471d4b47a888e1418dd1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "0.0.26",
+  "version": "0.0.27",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 0032ffd3ae9c5b6c87f6d378da75d4d5805a0f43..2eb7f784581744f52c85fffd5dec1f96ee3698b6 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "0.0.26"
+    "version": "0.0.27"
   },
   "build": {
     "distDir": "../dist",