diff --git a/Cargo.lock b/Cargo.lock index b7c5eb9..78853d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,7 +392,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "mrh" -version = "0.13.1" +version = "0.13.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 41ead63..a9b16c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrh" -version = "0.13.1" +version = "0.13.2" description = "Crawls filesystem and displays pending status of each git repo found" repository = "https://github.com/tshepang/mrh" license = "MIT OR Apache-2.0"