diff --git a/package.json b/package.json index db0494d..b32784d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qsv-easy-installer", "private": true, - "version": "1.0.0", + "version": "1.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 159e668..fddfd65 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "qsv-easy-installer", - "version": "1.0.0", + "version": "../package.json", "identifier": "com.qsv-easy-installer.app", "build": { "beforeDevCommand": "bun run dev",