Bump version to 0.2.5

This commit is contained in:
Ferran Basora 2019-11-17 17:44:37 +00:00
parent 094475faab
commit d6c91815e7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -317,7 +317,7 @@ dependencies = [
[[package]] [[package]]
name = "tmux-thumbs" name = "tmux-thumbs"
version = "0.2.4" version = "0.2.5"
dependencies = [ dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tmux-thumbs" name = "tmux-thumbs"
version = "0.2.4" version = "0.2.5"
authors = ["Ferran Basora <fcsonline@gmail.com>"] authors = ["Ferran Basora <fcsonline@gmail.com>"]
edition = "2018" edition = "2018"
description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator" description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator"