diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a98d6..68ce099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - 去除 Tray 将 退出 功能合并到面板中 ![tran-exit](https://fastly.jsdelivr.net/gh/Borber/PublicPic1/tran/v1/tran-exit.png) - 设置界面, 按钮 hover 效果 +修改较大, 若有问题请提 issue + ## [0.1.9] - 强势适配 MacOS 感谢 `冲击波` 大佬的帮助 diff --git a/package.json b/package.json index 998c273..1be1e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tran", - "version": "0.1.9", + "version": "0.1.10", "description": "简洁, 快速, 划词翻译", "scripts": { "start": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 81729af..bf4b09e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4133,7 +4133,7 @@ dependencies = [ [[package]] name = "tran" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "arboard", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 292749f..0b3e1fe 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tran" -version = "0.1.9" +version = "0.1.10" description = "Tran " authors = ["Borber"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d859c83..c15989c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "tran", - "version": "0.1.9" + "version": "0.1.10" }, "tauri": { "allowlist": {