From 36883cafa2d2c3f36acd47559c00d73d15466d52 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:17:30 -0400 Subject: [PATCH] build: update to v1.0.0 in package.json & tauri conf --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e03f34..db0494d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qsv-easy-installer", "private": true, - "version": "0.1.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 829e4f1..159e668 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": "0.1.0", + "version": "1.0.0", "identifier": "com.qsv-easy-installer.app", "build": { "beforeDevCommand": "bun run dev",