Pārlūkot izejas kodu

Bump version to 0.1.0

timvisee 6 gadi atpakaļ
vecāks
revīzija
7ee2391cbc
3 mainītis faili ar 7 papildinājumiem un 5 dzēšanām
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 5 3
      README.md

+ 1 - 1
Cargo.lock

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

+ 1 - 1
Cargo.toml

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

+ 5 - 3
README.md

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