diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4545b..33b3b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.1.9] + +- 强势适配 MacOS 感谢 `冲击波` 大佬的帮助 + ## [0.1.8] - 更新依赖 diff --git a/package.json b/package.json index a035392..d030b1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tran", - "version": "0.1.8", + "version": "0.1.9", "description": "简洁, 快速, 划词翻译", "scripts": { "start": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 85a7e85..88ac271 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4134,7 +4134,7 @@ dependencies = [ [[package]] name = "tran" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "arboard", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e6a6960..27b1582 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tran" -version = "0.1.8" +version = "0.1.9" description = "Tran" authors = ["Borber"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dd1679a..79885dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "tran", - "version": "0.1.8" + "version": "0.1.9" }, "tauri": { "allowlist": {