diff --git a/package.json b/package.json index 4ae70f7..65940e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.3.2", + "version": "1.3.3", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a2d1002..f9ae9b5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.3.2" + "version": "1.3.3" }, "build": { "distDir": "../dist",