Publish New Versions (v2) (#1961)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-21 15:13:27 +03:00
committed by GitHub
parent 14cee64c82
commit 525abc4be5
12 changed files with 48 additions and 23 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.3]
### Dependencies
- Upgraded to `fs@2.0.3`
## \[2.0.2]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.2"
version = "2.0.3"
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.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.3" }
[features]
protocol-asset = ["tauri/protocol-asset"]