diff --git a/Cargo.lock b/Cargo.lock index 565afd8..04fa449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "inkjet" -version = "0.9.0" +version = "0.10.0" dependencies = [ "assert_cmd 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b161aa4..69f7588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inkjet" -version = "0.9.0" +version = "0.10.0" description = "Make your markdown executable with inkjet, the interactive CLI task runner" authors = ["Brandon Kalinowski "] repository = "https://github.com/brandonkal/inkjet"