aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-09-13 02:34:15 +0200
committerMartin Fischer <martin@push-f.com>2021-09-13 02:34:15 +0200
commit5eaab2e99b6c477227eed59ec78dbcd7e1b0f4ff (patch)
tree50fa86a01ec97e02fe4fe0991dd9ce4f976e29b1 /Cargo.toml
parent8b9bcd0d86eaa27dc78b82ea65c9f60dfc7ce621 (diff)
implement reconnect trick, bump versionHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cef5659..d06d4af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "webcat"
-version = "0.1.0"
+version = "0.2.0"
description = "netcat for websockets"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"