diff --git a/Cargo.lock b/Cargo.lock index ce0006b..2dfd822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "initium-cli" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index eda16d3..16a0ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "initium-cli" -version = "2.1.0" +version = "2.1.1" edition = "2021" authors = ["Zack Kitzmiller"] description = "Init your project. Set your standards. Configs, linters, formatters, git hooks, and tooling setup in one command."