diff --git a/Cargo.lock b/Cargo.lock index 4936638..bcbba35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "glint" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d10f641..4552dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Frankie Bagnardi "] edition = "2018" name = "glint" -version = "0.1.0" +version = "0.1.1" description = "a friendly tool for creating commits in the commitlint style" license = "MIT"