diff --git a/package.json b/package.json index a5de9262ec9078b147b5609879f33dc828d4421f..2054d7ab70e36cd243e1979da7c246208e0656a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.18", + "version": "0.0.19", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbc9f25650639bc0253a585ce520ebfeaebd0a77..d143524bf88e851418425987562385b7297b6cba 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.18" + "version": "0.0.19" }, "build": { "distDir": "../dist",