From fffe2283677386de65fbdd00cca2e3e82a96e8f7 Mon Sep 17 00:00:00 2001 From: man2k Date: Mon, 4 Sep 2023 07:16:57 +0530 Subject: [PATCH] Version added --- 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 a08ecd8..e34a9a8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "passdom-native", - "version": "0.0.1" + "version": "0.1.0" }, "tauri": { "allowlist": { @@ -45,7 +45,7 @@ { "fullscreen": false, "resizable": true, - "title": "passdom-native", + "title": "PassDom", "width": 1200, "height": 1080 }