From fb9e2f7e2122d606b1b455240f49a4d015073bc1 Mon Sep 17 00:00:00 2001 From: Peter John Arao Date: Fri, 1 Nov 2024 00:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Bump=20version=20to=200.0.3=20in=20?= =?UTF-8?q?package.json=20and=20tauri=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5d0f034d..46402e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voltix", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 87fb66c3..e550f959 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Voltix", - "version": "0.0.2", + "version": "0.0.3", "identifier": "me.araopj.voltix", "build": { "frontendDist": "../build",