feat: prepare v2 alpha release (#371)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-18 10:08:37 -03:00
committed by GitHub
parent b08a45352d
commit 717ae67097
61 changed files with 1259 additions and 383 deletions
+10 -10
View File
@@ -1,22 +1,22 @@
[package]
name = "tauri-plugin-notification"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
version = "1.0.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-notification"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build.workspace = true
tauri-build = { workspace = true }
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
rand = "0.8"
time = { version = "0.3", features = ["serde", "parsing", "formatting"] }
url = { version = "2", features = ["serde"] }
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-notification",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"