chore: release 3.0.0-alpha.1

This commit is contained in:
Lucas Nogueira
2026-09-21 13:53:23 -03:00
parent ce7fcb3263
commit d0cfa15b71
94 changed files with 278 additions and 86 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "3.0.0-alpha.0"
version = "3.0.0-alpha.1"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
@@ -22,7 +22,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "3.0.0-alpha.0", optional = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "3.0.0-alpha.1", optional = true }
semver = { version = "1", optional = true }
tokio = { version = "1", features = ["net"] }