mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
upd: version for CI/CD
This commit is contained in:
parent
ceec4317a0
commit
87897a3bd0
2 changed files with 4 additions and 4 deletions
2
dist/snapcraft/snapcraft.yaml
vendored
2
dist/snapcraft/snapcraft.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: picocrypt
|
name: picocrypt
|
||||||
summary: A very small, very simple, yet very secure encryption tool.
|
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. 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 Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files. 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 Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
||||||
version: "1.49"
|
version: "2.00"
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core22
|
base: core22
|
||||||
grade: stable
|
grade: stable
|
||||||
|
|
|
||||||
6
dist/windows/versioninfo.rc
vendored
6
dist/windows/versioninfo.rc
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 1,49,0,0
|
FILEVERSION 2,00,0,0
|
||||||
PRODUCTVERSION 1,49,0,0
|
PRODUCTVERSION 2,00,0,0
|
||||||
FILEOS 0x40004
|
FILEOS 0x40004
|
||||||
FILETYPE 0x1
|
FILETYPE 0x1
|
||||||
{
|
{
|
||||||
|
|
@ -8,7 +8,7 @@ BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
BLOCK "040904B0"
|
BLOCK "040904B0"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "1.49"
|
VALUE "FileVersion", "2.00"
|
||||||
VALUE "LegalCopyright", "\xA9 Evan Su & contributors, GPLv3"
|
VALUE "LegalCopyright", "\xA9 Evan Su & contributors, GPLv3"
|
||||||
VALUE "ProductName", "Picocrypt"
|
VALUE "ProductName", "Picocrypt"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue