This commit is contained in:
2025-12-30 14:40:36 -07:00
parent 50bffb7668
commit ff863ba277
80 changed files with 8754 additions and 842 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "berry-dash-ultimate"
version = "1.2.0"
version = "1.3.0"
authors = ["Lncvrt"]
edition = "2024"
@@ -12,7 +12,6 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
tauri = { version = "2.9.4", features = [] }
tauri = { version = "2.9.5", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.148"