We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d0535 commit 6cb750fCopy full SHA for 6cb750f
2 files changed
tauri-app/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tauri-app",
3
"private": true,
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
@@ -42,4 +42,4 @@
42
"typescript": "~5.8.3",
43
"vite": "^7.0.4"
44
}
45
-}
+}
tauri-app/src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "DaisyTube",
- "version": "0.1.0",
"identifier": "com.patchshifter.daisytube",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments