From d6c91815e704c2204910a17b4af95370e0c4eff7 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sun, 17 Nov 2019 17:44:37 +0000 Subject: [PATCH] Bump version to 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49ec6c6..1be0ba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "tmux-thumbs" -version = "0.2.4" +version = "0.2.5" 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 304659a..6b11c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmux-thumbs" -version = "0.2.4" +version = "0.2.5" authors = ["Ferran Basora "] edition = "2018" description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator"