release: v0.3.1

This commit is contained in:
Aram 🍐 2022-06-25 10:54:47 -04:00
parent 8c1bdb1700
commit 75bad318f4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -445,7 +445,7 @@ checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "onetun"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"async-trait",

View file

@ -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."