Publish New Versions (v2) (#1234)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-22 23:58:43 -03:00
committed by GitHub
parent 326df68839
commit 3e5da59abc
15 changed files with 72 additions and 28 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-beta.6]
### Dependencies
- Upgraded to `fs@2.0.0-beta.6`
## \[2.0.0-beta.5]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-beta.5"
version = "2.0.0-beta.6"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -20,7 +20,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.5" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.6" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]