diff --git a/Cargo.lock b/Cargo.lock index dc7d4cb..4e02e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "create-rust-github-repo" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 176f8e6..0ff6402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "create-rust-github-repo" description = "`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory." -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0 OR MIT" homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"