diff --git a/Cargo.lock b/Cargo.lock index 93f6971..6cae19d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rsh" -version = "0.1.0-alpha2" +version = "0.1.0" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4af275e..4741732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsh" -version = "0.1.0-alpha2" +version = "0.1.0" authors = ["Avvo Infrastructure Team "] license = "MIT"