diff --git a/dmp-core/Cargo.toml b/dmp-core/Cargo.toml index 290d3cf..481331e 100644 --- a/dmp-core/Cargo.toml +++ b/dmp-core/Cargo.toml @@ -37,7 +37,7 @@ futures = "0.3.30" async-channel = "2.3.1" ciborium = "0.2.2" itertools = "0.13.0" -prismriver = { git = "https://github.com/Dangoware/prismriver.git"} +prismriver = { git = "https://github.com/Dangoware/prismriver.git" } parking_lot = "0.12.3" discord-presence = { version = "1.4.1", features = ["activity_type"] } listenbrainz = "0.8.1" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9983ce6..22141fd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dango-music-player" -version = "0.0.0" +version = "0.1.0" description = "A music player." authors = ["G2", "MrDulfin"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cd689a6..2c00d14 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,8 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Dango Music Player", - "version": "0.0.1", + "mainBinaryName": "dmp", + "version": "0.1.0", "identifier": "com.dmp.app", "build": { "beforeDevCommand": "npm run dev",