diff --git a/Cargo.lock b/Cargo.lock index 6fe44b34..c7c1d055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cage" -version = "0.0.18" +version = "0.0.19" dependencies = [ "clippy 0.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "compose_yml 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a841e3df..f30df80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.0.18" +version = "0.0.19" authors = ["Eric Kidd "] description = "Develop multi-pod docker-compose apps"