Bump version to 0.0.9
This commit is contained in:
parent
a7f7972c27
commit
f4441367ec
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -400,7 +400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "ffsend"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
dependencies = [
|
||||
"chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ffsend"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
authors = ["Tim Visee <timvisee@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -325,7 +325,7 @@ documentation [here][send-encryption].
|
|||
```
|
||||
$ ffsend help
|
||||
|
||||
ffsend 0.0.8
|
||||
ffsend 0.0.9
|
||||
Tim Visee <timvisee@gmail.com>
|
||||
Easily and securely share files from the command line.
|
||||
A fully featured Firefox Send client.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"height": 19,
|
||||
"duration": 78.431135,
|
||||
"command": null,
|
||||
"title": "ffsend v0.0.8 demo",
|
||||
"title": "ffsend v0.0.9 demo",
|
||||
"env": {
|
||||
"TERM": "xterm-256color",
|
||||
"SHELL": "/bin/bash"
|
||||
|
|
Loading…
Reference in a new issue