summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-01-08 18:07:11 +0100
committerCanop <cano.petrole@gmail.com>2019-01-08 18:07:11 +0100
commit32875ad68f219fdb0acab9a7c3d87b6f954a132e (patch)
treeb5c56f0f2defd7cc321f88e4d384775b1de99e29
parent1132b642184b760bdf3363ef2d366ceebe8455b4 (diff)
version bumpv0.4.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/main.rs2
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 <denys.seguret@gmail.com>"]
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 <denys.seguret@gmail.com>")
.about("Balanced tree view + fuzzy search + BFS + customizable launcher")
.arg(clap::Arg::with_name("root").help("sets the root directory"))