build: specify version

This commit is contained in:
rzmk 2025-04-22 11:11:51 -04:00
parent d9543dd49b
commit 683534797b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "qsv-easy-installer", "name": "qsv-easy-installer",
"private": true, "private": true,
"version": "1.0.0", "version": "1.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "qsv-easy-installer", "productName": "qsv-easy-installer",
"version": "1.0.0", "version": "../package.json",
"identifier": "com.qsv-easy-installer.app", "identifier": "com.qsv-easy-installer.app",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",