diff --git a/package.json b/package.json index 2f766c21..44d0d0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koala-clash", - "version": "0.2.4", + "version": "0.2.5", "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 82124b29..9c8ecb9d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "koala-clash" -version = "0.2.4" +version = "0.2.5" dependencies = [ "ab_glyph", "aes-gcm", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fe4dae35..43910d84 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "koala-clash" -version = "0.2.4" +version = "0.2.5" description = "koala clash" 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 67231f79..0ec6a042 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,