From 8f62e777eca9c79135fe173603904e1ff1540dd0 Mon Sep 17 00:00:00 2001 From: imspace Date: Mon, 13 Mar 2023 12:19:40 +0800 Subject: [PATCH] build: bump version --- gui/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 8dab183..ac9a680 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.1.0" + "version": "0.2.0" }, "tauri": { "allowlist": { @@ -92,4 +92,4 @@ } ] } -} +} \ No newline at end of file