summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json6
-rw-r--r--php-tecnickcom-tc-lib-pdf-encrypt.spec5
2 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 22595aa..fe318ef 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,12 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tecnickcom"
+ }
+ ],
"require": {
"php": ">=8.1",
"ext-date": "*",
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec
index cdc916c..c5f05e2 100644
--- a/php-tecnickcom-tc-lib-pdf-encrypt.spec
+++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec
@@ -19,7 +19,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP library to encrypt data for PDF
License: LGPL-3.0-or-later
-Version: 2.1.43
+Version: 2.2.2
Release: 1%{?dist}
%forgemeta
@@ -122,6 +122,9 @@ exit $ret
%changelog
+* Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.2.2-1
+- update to 2.2.2
+
* Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.1.43-1
- update to 2.1.43 (no change)