mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
publish new versions (#1142)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
37dbd4c38d
commit
9f545c65ad
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user