diff --git a/package.json b/package.json index c91c267b8..d5d9c60dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.13", + "version": "0.0.14", "license": "GPL-3.0", "scripts": { "dev": "cargo tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 210f4507b..42a90c503 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.13" + "version": "0.0.14" }, "build": { "distDir": "../dist",