mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 01:52:53 -05:00
Updated version and binary name
This commit is contained in:
parent
c20e583182
commit
a54a1937be
3 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue