diff --git a/README.md b/README.md index b498917..4b0f2ab 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In addition to Roundcube core features, the following are made available with th * Support for PGP encryption with Enigma plugin by default. -**Shipped version:** 1.5.1~ynh1 +**Shipped version:** 1.5.1~ynh2 **Demo:** https://demo.yunohost.org/webmail/ diff --git a/README_fr.md b/README_fr.md index e205090..37c3c10 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s * Prise en charge du chiffrement PGP avec le plugin Enigma installé par default. -**Version incluse :** 1.5.1~ynh1 +**Version incluse :** 1.5.1~ynh2 **Démo :** https://demo.yunohost.org/webmail/ diff --git a/manifest.json b/manifest.json index dc680ba..38ad5cd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, - "version": "1.5.1~ynh1", + "version": "1.5.1~ynh2", "url": "https://roundcube.net/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index aefb5de..7712b9e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,9 +13,9 @@ pkg_dependencies="php-pear php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-mysq YNH_COMPOSER_VERSION=2.1.1 # Plugins version -contextmenu_version=3.2.1 +contextmenu_version=3.3 automatic_addressbook_version=v0.4.3 -carddav_version=3.0.3 +carddav_version=4.3.0 #================================================= # EXPERIMENTAL HELPERS