diff --git a/Cargo.lock b/Cargo.lock index d70e29a..8d49ab4 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.21" +version = "0.2.22" 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 f82418e..080c552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.2.21" +version = "0.2.22" authors = ["Tim Visee "] license = "GPL-3.0" readme = "README.md" diff --git a/README.md b/README.md index 96b9a73..21f931c 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ documentation [here][send-encryption]. ``` $ ffsend help -ffsend 0.2.21 +ffsend 0.2.22 Tim Visee Easily and securely share files from the command line. A fully featured Firefox Send client. diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml index f28eafb..436bb07 100644 --- a/pkg/snap/snapcraft.yaml +++ b/pkg/snap/snapcraft.yaml @@ -1,5 +1,6 @@ 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 @@ -14,13 +15,16 @@ description: | (up to 20) download or 24 hours is enforced to ensure your stuff does not remain online forever. This provides a secure platform to share your files. +architectures: + - amd64 + grade: stable confinement: strict apps: ffsend: command: ffsend - plugs: [home, removable-media, network] + plugs: [home, network, removable-media, x11] parts: ffsend: