From 6ba2f7391395f660d0d380c9d4b3bbc7f13a57b5 Mon Sep 17 00:00:00 2001 From: Brendan Osborne Date: Wed, 20 Dec 2023 08:09:14 +1000 Subject: [PATCH] version bump. fix for missing window title bar --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 5 ++--- src/components/containers/Settings.tsx | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 09127cf..4d249b4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4172,7 +4172,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "tunnlto" -version = "1.0.3" +version = "1.0.4" dependencies = [ "home", "lazy_static", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5b458e5..16d1c86 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tunnlto" -version = "1.0.3" +version = "1.0.4" description = "TunnlTo" authors = ["Brendan Osborne"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 848335e..a11e33c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "TunnlTo", - "version": "1.0.3" + "version": "1.0.4" }, "tauri": { "systemTray": { @@ -66,8 +66,7 @@ "resizable": true, "title": "TunnlTo", "width": 900, - "height": 700, - "decorations": false + "height": 700 } ] } diff --git a/src/components/containers/Settings.tsx b/src/components/containers/Settings.tsx index eeee011..03b384e 100644 --- a/src/components/containers/Settings.tsx +++ b/src/components/containers/Settings.tsx @@ -66,7 +66,7 @@ function Settings({ tunnelManager, settings, setSettings, wiresockInstallDetails {/* Page Title section **/}

Settings

- TunnlTo 1.0.3
WireSock {wiresockInstallDetails?.version} + TunnlTo 1.0.4
WireSock {wiresockInstallDetails?.version}

{/* Beginning of options section **/}