diff --git a/Cargo.toml b/Cargo.toml index 4770f5a..9052c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duct" -version = "0.13.6" +version = "0.13.7" authors = ["oconnor663@gmail.com"] description = "a library for running child processes" repository = "https://github.com/oconnor663/duct.rs" diff --git a/duct_sh/Cargo.toml b/duct_sh/Cargo.toml index 5f7a259..82d3388 100644 --- a/duct_sh/Cargo.toml +++ b/duct_sh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duct_sh" -version = "0.13.6" +version = "0.13.7" authors = ["oconnor663@gmail.com"] description = "a sub-crate for the sh function, formerly in duct" repository = "https://github.com/oconnor663/duct.rs/tree/master/duct_sh"