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

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