This commit is contained in:
2025-11-14 12:20:59 -07:00
parent 727788be75
commit 726b3e72de
65 changed files with 12621 additions and 1139 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "berry-dash-ultimate"
version = "1.0.0"
version = "1.1.0"
authors = ["Lncvrt"]
edition = "2024"
@@ -9,10 +9,10 @@ name = "berry_dash_ultimate_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.1", features = [] }
tauri-build = { version = "2.5.2", features = [] }
[dependencies]
tauri = { version = "2.9.2", features = [] }
tauri = { version = "2.9.3", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Ultimate",
"version": "1.0.0",
"version": "1.1.0",
"identifier": "xyz.lncvrt.bonoise-bdu",
"build": {
"frontendDist": "../src"