Publish New Versions (v2) (#423)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2023-08-14 15:11:44 -03:00
committed by GitHub
co-authored by lucasfernog Lucas Nogueira
parent d74fc0a097
commit 553c87bde0
81 changed files with 430 additions and 126 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -18,7 +18,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1.0"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.1" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]