upd: version for CI/CD

This commit is contained in:
Aleksandr Menenkov 2025-08-06 17:45:50 +03:00
parent ceec4317a0
commit 87897a3bd0
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -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. 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
base: core22
grade: stable

View file

@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,49,0,0
PRODUCTVERSION 1,49,0,0
FILEVERSION 2,00,0,0
PRODUCTVERSION 2,00,0,0
FILEOS 0x40004
FILETYPE 0x1
{
@ -8,7 +8,7 @@ BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "FileVersion", "1.49"
VALUE "FileVersion", "2.00"
VALUE "LegalCopyright", "\xA9 Evan Su & contributors, GPLv3"
VALUE "ProductName", "Picocrypt"
}