Publish New Versions (v2) (#374)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2023-05-24 10:33:37 -03:00
committed by GitHub
parent 37d65620f1
commit a2d68e04a1
83 changed files with 320 additions and 199 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-window"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@@ -11,6 +11,6 @@ serde = { workspace = true }
thiserror = { workspace = true }
[features]
icon-png = ["tauri/icon-png"]
icon-ico = ["tauri/icon-ico"]
devtools = []
icon-png = [ "tauri/icon-png" ]
icon-ico = [ "tauri/icon-ico" ]
devtools = [ ]