From 32875ad68f219fdb0acab9a7c3d87b6f954a132e Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 8 Jan 2019 18:07:11 +0100 Subject: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58690cd..c461f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "broot" -version = "0.4.2" +version = "0.4.3" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "custom_error 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 09460df..41a4f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.4.2" +version = "0.4.3" authors = ["dystroy "] repository = "https://github.com/Canop/broot" description = "Fuzzy Search + tree + cd" diff --git a/src/main.rs b/src/main.rs index 7b046c8..1c0c215 100644 --- a/src/main.rs +++ b/src/main.rs @@ -47,7 +47,7 @@ use crate::verbs::VerbStore; fn get_cli_args<'a>() -> clap::ArgMatches<'a> { clap::App::new("broot") - .version("0.4.2") + .version("0.4.3") .author("dystroy ") .about("Balanced tree view + fuzzy search + BFS + customizable launcher") .arg(clap::Arg::with_name("root").help("sets the root directory")) -- cgit v1.2.3