diff --git a/Cargo.lock b/Cargo.lock index e2bd689..32978c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "thumbs" -version = "0.4.3" +version = "0.4.4" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1e263ff..337e4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thumbs" -version = "0.4.3" +version = "0.4.4" authors = ["Ferran Basora "] edition = "2018" description = "A lightning fast version copy/pasting like vimium/vimperator" diff --git a/README.md b/README.md index 6bd2aba..fa548d8 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ cargo install thumbs And those are all available options: ``` -thumbs 0.4.3 +thumbs 0.4.4 A lightning fast version copy/pasting like vimium/vimperator USAGE: @@ -433,7 +433,7 @@ I was curious to know if this was possible to be written in [Rust](https://www.r This project started as a side project to learn Rust, so I'm sure that is full of mistakes and areas to be improve. If you think you can tweak the code to -make it better, I'll really appreaciate a pull request. ;) +make it better, I'll really appreciate a pull request. ;) # License