diff --git a/Cargo.lock b/Cargo.lock index 9cabf9a..2d52396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "co-author" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 13df3a4..94c6bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "co-author" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0" description = "Co-Author your git commits from the command line"