publish new versions (#1142)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-18 11:23:48 +02:00
committed by GitHub
parent 37dbd4c38d
commit 9f545c65ad
33 changed files with 228 additions and 121 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.0.0-beta.5"
version = "2.0.0-beta.6"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
repository = { workspace = true }
exclude = [ "/examples" ]
[package.metadata.docs.rs]
@@ -37,4 +37,4 @@ features = [
zbus = "4"
[features]
semver = ["dep:semver"]
semver = [ "dep:semver" ]