diff --git a/package.json b/package.json
index ee93e94658502764e3158bed59d42af92a8db455..7c8e638f640329336b07a06465caed4e83e73899 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 5bdc0021c2b4bf0d5fcfa8a00390767e80badfcf..368ab356f55692e904b121b66c630042fb8579d3 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.0.2"
+    "version": "1.0.3"
   },
   "build": {
     "distDir": "../dist",