Bump version to 0.1.0

This commit is contained in:
timvisee 2018-11-20 13:06:55 +01:00
parent 0768028089
commit 7ee2391cbc
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
3 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View file

@ -470,7 +470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ffsend"
version = "0.0.9"
version = "0.1.0"
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)",

View file

@ -1,6 +1,6 @@
[package]
name = "ffsend"
version = "0.0.9"
version = "0.1.0"
authors = ["Tim Visee <timvisee@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"

View file

@ -327,8 +327,8 @@ documentation [here][send-encryption].
```
$ ffsend help
ffsend 0.0.9
Tim Visee <timvisee@gmail.com>
ffsend 0.1.0
Tim Visee <timvisee.com>
Easily and securely share files from the command line.
A fully featured Firefox Send client.
@ -345,7 +345,9 @@ FLAGS:
-y, --yes Assume yes for prompts
OPTIONS:
-H, --history <FILE> Use the specified history file [env: FFSEND_HISTORY]
-H, --history <FILE> Use the specified history file [env: FFSEND_HISTORY]
-t, --timeout <SECONDS> Request timeout (0 to disable) [env: FFSEND_TIMEOUT]
-T, --transfer-timeout <SECONDS> Transfer timeout (0 to disable) [env: FFSEND_TRANSFER_TIMEOUT]
SUBCOMMANDS:
upload Upload files [aliases: u, up]