diff --git a/package.json b/package.json index 58b773c7..d5dfb5ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.2.1", + "version": "0.2.2", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4f75aeae..f9e3fcbe 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ab_glyph", "aes-gcm", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e9a6c685..83c618cb 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "0.2.1" +version = "0.2.2" description = "clash verge" authors = ["zzzgydi", "wonfen", "MystiPanda", "coolcoala"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2f85736a..19f46fb2 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,