This commit is contained in:
coolcoala
2025-11-13 01:35:38 +03:00
parent 6916009cc7
commit 3a59d95732
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "koala-clash", "name": "koala-clash",
"version": "0.2.7", "version": "0.2.8",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev",

2
src-tauri/Cargo.lock generated
View File

@@ -3609,7 +3609,7 @@ dependencies = [
[[package]] [[package]]
name = "koala-clash" name = "koala-clash"
version = "0.2.7" version = "0.2.8"
dependencies = [ dependencies = [
"ab_glyph", "ab_glyph",
"aes-gcm", "aes-gcm",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "koala-clash" name = "koala-clash"
version = "0.2.7" version = "0.2.8"
description = "koala clash" description = "koala clash"
authors = ["zzzgydi", "wonfen", "MystiPanda", "coolcoala"] authors = ["zzzgydi", "wonfen", "MystiPanda", "coolcoala"]
license = "GPL-3.0-only" license = "GPL-3.0-only"

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.2.7", "version": "0.2.8",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": { "bundle": {
"active": true, "active": true,