From 1d2f2900cf34e1f2092666e3515f238b3102ab1f Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 4 Sep 2021 18:43:20 -0400 Subject: [PATCH] Bump version --- build/Linux/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Linux/snapcraft.yaml b/build/Linux/snapcraft.yaml index 399ed20..f0f1b20 100644 --- a/build/Linux/snapcraft.yaml +++ b/build/Linux/snapcraft.yaml @@ -1,7 +1,7 @@ name: picocrypt summary: A very small, very simple, yet very secure encryption tool. description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files, generate checksums, shred files, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the SHA3 hash function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt. -version: "1.16" +version: "1.17" confinement: strict base: core20 grade: stable