diff --git a/Cargo.lock b/Cargo.lock index 5e4a0f4..a675acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "crow" -version = "0.5.1" +version = "0.5.2" dependencies = [ "clap", "copypasta", diff --git a/Cargo.toml b/Cargo.toml index 317f2a5..f12fd65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crow" -version = "0.5.1" +version = "0.5.2" authors = ["Theo Salzmann "] edition = "2018" description = "crow (command row) is a CLI tool to help you memorize CLI commands by saving them with a unique description. Whenever you can't remember a certain command you can then use crow to fuzzy search commands by their description. (NOTE: this tool currently only works on UNIX systems!)"