Publish New Versions (v2) (#589)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-07 00:23:17 -03:00
committed by GitHub
co-authored by lucasfernog
parent 4e2cef9b70
commit 903361100c
55 changed files with 203 additions and 63 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
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.1" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.2" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]