Publish New Versions (v2) (#603)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-14 11:41:25 -03:00
committed by GitHub
parent 8e8ba52766
commit 2b9ddbe29a
15 changed files with 111 additions and 44 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-deep-link"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Set your Tauri application as the default handler for an URL"
authors = { workspace = true }
license = { workspace = true }
@@ -8,8 +8,6 @@ edition = { workspace = true }
rust-version = { workspace = true }
links = "tauri-plugin-deep-link"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
serde = { workspace = true }
serde_json = { workspace = true }