diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index f6f0eef9..15e9a605 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-secio" edition = "2018" description = "Secio encryption protocol for libp2p" -version = "0.8.0" +version = "0.8.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/transports/wasm-ext/Cargo.toml b/transports/wasm-ext/Cargo.toml index 2fc85ef6..f8a1ae93 100644 --- a/transports/wasm-ext/Cargo.toml +++ b/transports/wasm-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-wasm-ext" -version = "0.1.0" +version = "0.1.1" authors = ["Pierre Krieger "] edition = "2018" description = "Allows passing in an external transport in a WASM environment"