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