diff --git a/package.json b/package.json index f153c450c..8249427eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.3.7", + "version": "1.3.8", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 938e7cc01..7f8fff394 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.3.7" + "version": "1.3.8" }, "build": { "distDir": "../dist",