diff --git a/package.json b/package.json index 9d9eab9f..0faa73e0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "tauri-dev": "YAAK_ENV=development tauri dev", "tauri-build": "tauri build", + "tauri": "tauri", "build": "npm run build:frontend", "dev": "vite dev", "lint": "tsc && eslint . --ext .ts,.tsx", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 07c313b6..7016c121 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.6" + "version": "2023.0.7" }, "tauri": { "windows": [],