diff --git a/Cargo.lock b/Cargo.lock index baf2b3d..79c8c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "grc" -version = "1.2.0" +version = "1.2.1" dependencies = [ "cargo-husky", "clap", diff --git a/Cargo.toml b/Cargo.toml index c1945b0..281c3d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grc" -version = "1.2.0" +version = "1.2.1" authors = ["sdttttt "] description = "Similar to git-cz, gcr will help you to provide a better Git experience." readme = "README.md" diff --git a/src/metadata.rs b/src/metadata.rs index 881ce57..8762a5c 100644 --- a/src/metadata.rs +++ b/src/metadata.rs @@ -2,7 +2,7 @@ /* GRC Metadata */ /* -------------------------------------------------------------------------- */ -pub const VERSION: &str = "1.2.0.rc.1"; +pub const VERSION: &str = "1.2.1"; pub const AUTHOR: &str = "SDTTTTT. "; pub const NAME: &str = "GRC"; pub const DESCRIPTION: &str = r#"