From bbbafc8cb3d26bf4f4f8d91cae38c93d40ff89be Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Thu, 5 Dec 2019 19:36:07 +0100 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 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"