Skip to content

Commit

Permalink
Merge pull request #14 from Devsfy/develop
Browse files Browse the repository at this point in the history
Release 1.8.1
  • Loading branch information
wuzi authored Sep 6, 2021
2 parents 9511c5e + a62faa4 commit 43a51b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wiregui",
"productName": "wiregui",
"version": "1.8.0",
"version": "1.8.1",
"description": "A graphical user interface for wireguard",
"main": ".webpack/main",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/pages/TunnelInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default function TunnelInfo() {
history.push(`/tunnel/${fileName}`);
}

setOriginalInterfaceText(interfaceText);
dispatch(fetchFiles(userDataPath));
} catch (e) {
toast(e.message, { type: "error" });
Expand Down

0 comments on commit 43a51b5

Please sign in to comment.