From 2f6a8588b1c06af81299f4211d62339eec26bacb Mon Sep 17 00:00:00 2001 From: Peter Jiang <2892084432j@gmail.com> Date: Mon, 17 Jun 2024 12:51:49 -0400 Subject: [PATCH] fix tauri version --- dashboard/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src-tauri/tauri.conf.json b/dashboard/src-tauri/tauri.conf.json index df40400e..6074b055 100644 --- a/dashboard/src-tauri/tauri.conf.json +++ b/dashboard/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lodestone", - "version": "0.5.0-3" + "version": "0.5.0" }, "tauri": { "allowlist": { @@ -77,4 +77,4 @@ } ] } -} +} \ No newline at end of file