From 205e4d4915b591bba68430df44dcc83cd0940952 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 4 Dec 2017 19:55:56 -0800 Subject: [PATCH] Prepare for v0.1.0 (#1) Update versions in code. Use default docker tag of v0.1.0 --- Cargo.lock | 2 +- proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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