Skip to content

Commit

Permalink
Merge pull request #113 from TunnlTo/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
brendanosborne authored Nov 28, 2023
2 parents 9afc95d + fcba429 commit 56108f9
Show file tree
Hide file tree
Showing 18 changed files with 950 additions and 624 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,4 @@ Copyright (c) 2023 TunnlTo. TunnlTo is not currently licensed.

- [WireSock](https://www.wiresock.net/) and its creator [Vadim Smirnov](https://www.ntkernel.com/)
- [WireGuard](https://www.wireguard.com/)
- [Tauri](https://tauri.app/)
- [Tauri](https://tauri.app/)
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + React + TS</title>
<title>TunnlTo</title>
</head>

<body>
Expand Down
231 changes: 63 additions & 168 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "npx eslint './src/**/*.{ts,tsx}'"
"lint": "npx eslint \"./src/**/*.{ts,tsx}\""
},
"dependencies": {
"@headlessui/react": "^1.7.17",
Expand Down
14 changes: 12 additions & 2 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunnlto"
version = "1.0.0"
version = "1.0.1"
description = "TunnlTo"
authors = ["Brendan Osborne"]
license = ""
Expand All @@ -17,7 +17,7 @@ tauri = { version = "1.5", features = ["api-all", "devtools", "system-tray", "up
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
home = "0.5.5"
winreg = "0.51.0"
winreg = "0.52.0"
sysinfo = "0.29.10"
once_cell = "1.18.0"
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit 56108f9

Please sign in to comment.