Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-23 09:01:39 -03:00
committed by GitHub
parent beb6b139eb
commit 437dfba814
84 changed files with 360 additions and 159 deletions
+2 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-notification"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
description = "Send desktop and mobile notifications on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
@@ -10,10 +10,7 @@ links = "tauri-plugin-notification"
[package.metadata.docs.rs]
features = [ "dox" ]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-linux-android"
]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-linux-android" ]
[build-dependencies]
tauri-build = { workspace = true }