Skip to content

Commit 6cb750f

Browse files
committed
chore(release): v0.3.0
1 parent d6d0535 commit 6cb750f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tauri-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-app",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -42,4 +42,4 @@
4242
"typescript": "~5.8.3",
4343
"vite": "^7.0.4"
4444
}
45-
}
45+
}

tauri-app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DaisyTube",
4-
"version": "0.1.0",
4+
"version": "0.3.0",
55
"identifier": "com.patchshifter.daisytube",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)