Bump version 0.4.4

This commit is contained in:
Ferran Basora 2020-08-04 17:18:30 +00:00
parent 1d0b0b68e7
commit b0a76015f5
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

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

View File

@ -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