diff --git a/Cargo.lock b/Cargo.lock index ff9b35f..48d1405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "repvar" -version = "0.11.0" +version = "0.12.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index cda1972..632e7e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "repvar" -version = "0.11.0" +version = "0.12.0" authors = ["Robin Vobruba "] description = """ A tiny CLI tool that replaces variables of the style `${KEY}`