diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-23 11:28:22 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-23 11:28:22 +0000 |
commit | 0cb53aa3dadce0e73e201e609c8274e7b1946b3b (patch) | |
tree | ae128f241a5ba4933f868765e9c9bf0bcfd43847 /pyproject.toml | |
parent | fixed a bug where a smaller windows would cause a crash (diff) | |
download | tunneltop-0cb53aa3dadce0e73e201e609c8274e7b1946b3b.tar.gz tunneltop-0cb53aa3dadce0e73e201e609c8274e7b1946b3b.zip |
fixed a bug where scrolling would cause a crash when restarting/toggling/testing a tunnel.
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3ba8022..81ba6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.4.2" +version = "0.4.3" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |