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