diff --git a/Cargo.lock b/Cargo.lock index 9f50dfb..02bc654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,7 +1006,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.9.5-alpha.0" +version = "0.9.5" dependencies = [ "bincode", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 6bfa8ca..85f9a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "ripgrep_all" description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc." license = "AGPL-3.0-or-later" readme = "README.md" -version = "0.9.5-alpha.0" +version = "0.9.5" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018"