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