Updated version and binary name

This commit is contained in:
MrDulfin 2025-01-01 18:38:34 -05:00
parent c20e583182
commit a54a1937be
3 changed files with 4 additions and 3 deletions

View file

@ -37,7 +37,7 @@ futures = "0.3.30"
async-channel = "2.3.1" async-channel = "2.3.1"
ciborium = "0.2.2" ciborium = "0.2.2"
itertools = "0.13.0" 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" parking_lot = "0.12.3"
discord-presence = { version = "1.4.1", features = ["activity_type"] } discord-presence = { version = "1.4.1", features = ["activity_type"] }
listenbrainz = "0.8.1" listenbrainz = "0.8.1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "dango-music-player" name = "dango-music-player"
version = "0.0.0" version = "0.1.0"
description = "A music player." description = "A music player."
authors = ["G2", "MrDulfin"] authors = ["G2", "MrDulfin"]
edition = "2021" edition = "2021"

View file

@ -1,7 +1,8 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Dango Music Player", "productName": "Dango Music Player",
"version": "0.0.1", "mainBinaryName": "dmp",
"version": "0.1.0",
"identifier": "com.dmp.app", "identifier": "com.dmp.app",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",