Skip to content

Commit

Permalink
Merge pull request #132 from TunnlTo/v1.0.4
Browse files Browse the repository at this point in the history
version bump. fix for missing window title bar
  • Loading branch information
brendanosborne authored Dec 19, 2023
2 parents b404418 + 6ba2f73 commit 9cd608e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunnlto"
version = "1.0.3"
version = "1.0.4"
description = "TunnlTo"
authors = ["Brendan Osborne"]
license = ""
Expand Down
5 changes: 2 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "TunnlTo",
"version": "1.0.3"
"version": "1.0.4"
},
"tauri": {
"systemTray": {
Expand Down Expand Up @@ -66,8 +66,7 @@
"resizable": true,
"title": "TunnlTo",
"width": 900,
"height": 700,
"decorations": false
"height": 700
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/containers/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Settings({ tunnelManager, settings, setSettings, wiresockInstallDetails
{/* Page Title section **/}
<h1 className="text-2xl font-semibold leading-7 text-gray-900">Settings</h1>
<p className="text-xs text-gray-600 pt-2">
TunnlTo 1.0.3<br />WireSock {wiresockInstallDetails?.version}
TunnlTo 1.0.4<br />WireSock {wiresockInstallDetails?.version}
</p>

{/* Beginning of options section **/}
Expand Down

0 comments on commit 9cd608e

Please sign in to comment.