diff --git a/Cargo.lock b/Cargo.lock index e4b6ecd..47760d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" [[package]] name = "onetun" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f41c2b5..14adbc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onetun" -version = "0.3.0" +version = "0.3.1" edition = "2018" license = "MIT" description = "A cross-platform, user-space WireGuard port-forwarder that requires no system network configurations."