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
|
@ -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