publish new versions (#1878)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-03 10:58:13 -03:00
committed by GitHub
co-authored by lucasfernog
parent a1a82208ed
commit fd785ab5de
62 changed files with 239 additions and 116 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0"
version = "2.0.1"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -27,7 +27,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.1" }
[features]
protocol-asset = ["tauri/protocol-asset"]