summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/enigma/composer.json2
-rw-r--r--plugins/zipdownload/composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index 8b6097a..b3b5327 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -14,7 +14,7 @@
"require": {
"php": ">=7.3.0",
"roundcube/plugin-installer": "~0.3.5",
- "pear/crypt_gpg": "~1.6.3"
+ "pear/crypt_gpg": "~1.7.0"
},
"autoload": {
"classmap": [
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
index 0f9aa2a..7639225 100644
--- a/plugins/zipdownload/composer.json
+++ b/plugins/zipdownload/composer.json
@@ -3,7 +3,7 @@
"type": "roundcube-plugin",
"description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.",
"license": "GPL-3.0-or-later",
- "version": "3.5",
+ "version": "3.6",
"authors": [
{
"name": "Thomas Bruederli",