chore: bump version

This commit is contained in:
reya
2024-07-02 13:03:45 +07:00
parent 8eb01c8bbf
commit 0755cbeb6c
6 changed files with 158 additions and 98 deletions

View File

@@ -33,7 +33,9 @@ tauri-plugin-process = { git = "https://github.com/tauri-apps/plugins-workspace"
tauri-plugin-shell = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-updater = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-upload = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-specta = { version = "^2.0.0-rc.11", features = ["typescript"] }
tauri-specta = { git = "https://github.com/reyamir/tauri-specta", features = [
"typescript",
] }
tauri-plugin-theme = "0.4.1"
tauri-plugin-decorum = "0.1.0"
specta = "^2.0.0-rc.12"