diff --git a/Cargo.lock b/Cargo.lock index c70a55c44..174791e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "conduit-proxy" -version = "0.0.1" +version = "0.1.0" dependencies = [ "abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index b28045277..5714f00c4 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conduit-proxy" -version = "0.0.1" +version = "0.1.0" authors = ["Oliver Gould "] publish = false