From 2117321ad04628dc8ad7541783f7cf8687e451e1 Mon Sep 17 00:00:00 2001 From: Aundre Bryan <48803238+MAE-BK201@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:25:02 -0500 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f43a809..235ba50 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "smart-organizer", - "version": "1.0.0" + "version": "1.0.0-stable" }, "build": { "distDir": "../dist", @@ -69,4 +69,4 @@ "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" } } -} \ No newline at end of file +}