diff --git a/package.json b/package.json index 9f33b3a568c09be521a4c866fc36903c4ec99584..9d1aa9283a33936d3acb6c7007d0e92675275a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.16", + "version": "0.0.17", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bb82b81f8539e7eb6a329cff2087d712cc5aefe0..4a6ba07efd49116329240ab838670f23baed90c8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.16" + "version": "0.0.17" }, "build": { "distDir": "../dist",