diff --git a/Cargo.lock b/Cargo.lock index 1be0ba0..c6325c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "tmux-thumbs" -version = "0.2.5" +version = "0.2.6" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6b11c02..82ea9e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmux-thumbs" -version = "0.2.5" +version = "0.2.6" authors = ["Ferran Basora "] edition = "2018" description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator"