From 9a036fdd4ee85062200f900342f6fb56ece12b5b Mon Sep 17 00:00:00 2001 From: phiresky Date: Sat, 8 Jun 2019 00:05:28 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b7e35e..33a99a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "rga" -version = "0.4.0" +version = "0.5.1" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3dc114c..c222bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rga" description = "ripgrep but search in PDFs, E-Books, Office documents, etc, and also in archives" license = "AGPL-3.0-or-later" -version = "0.4.0" +version = "0.5.1" repository = "https://github.com/phiresky/rga" authors = ["phiresky "] edition = "2018"