From 103b6453b8e92c0d3dd2e4626a7b0b931707a5c6 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 7 Mar 2019 10:48:11 +0100 Subject: [PATCH 1/2] Remove invalid license property from snapcraft config [ci skip] --- pkg/snap/snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml index 436bb07..4a409fb 100644 --- a/pkg/snap/snapcraft.yaml +++ b/pkg/snap/snapcraft.yaml @@ -1,6 +1,5 @@ name: ffsend version: git -license: GNU-3.0-only summary: Easily and securely share files from the command line. description: | Easily and securely share files and directories from the command line through From f099f0c55385b12c70647c73e136ba5464315157 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 7 Mar 2019 10:50:05 +0100 Subject: [PATCH 2/2] Bump version to 0.2.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d49ab4..0ee1942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ffsend" -version = "0.2.22" +version = "0.2.23" 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)", diff --git a/Cargo.toml b/Cargo.toml index 080c552..1813636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.2.22" +version = "0.2.23" authors = ["Tim Visee "] license = "GPL-3.0" readme = "README.md" diff --git a/README.md b/README.md index 21f931c..20a1f25 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ documentation [here][send-encryption]. ``` $ ffsend help -ffsend 0.2.22 +ffsend 0.2.23 Tim Visee Easily and securely share files from the command line. A fully featured Firefox Send client.