From 06e6ee77a8dc65429a5e9fe5d3a6b41adc9a2c5b Mon Sep 17 00:00:00 2001 From: Theo Salzmann Date: Thu, 2 Dec 2021 07:49:43 +0100 Subject: [PATCH] TASK: Raise version to 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!)"