From 87897a3bd0eb258e2aeb3a0b784cdf064656c3f7 Mon Sep 17 00:00:00 2001 From: Aleksandr Menenkov <119082209+Retengart@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:45:50 +0300 Subject: [PATCH] upd: version for CI/CD --- dist/snapcraft/snapcraft.yaml | 2 +- dist/windows/versioninfo.rc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/snapcraft/snapcraft.yaml b/dist/snapcraft/snapcraft.yaml index d073124..b5821db 100644 --- a/dist/snapcraft/snapcraft.yaml +++ b/dist/snapcraft/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. 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 diff --git a/dist/windows/versioninfo.rc b/dist/windows/versioninfo.rc index cdcae00..01ffd76 100644 --- a/dist/windows/versioninfo.rc +++ b/dist/windows/versioninfo.rc @@ -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" }