diff options
-rw-r--r-- | plugins/acl/composer.json | 2 | ||||
-rw-r--r-- | plugins/acl/package.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/acl/composer.json b/plugins/acl/composer.json index 923b0ae7e..20859eabf 100644 --- a/plugins/acl/composer.json +++ b/plugins/acl/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "IMAP Folders Access Control Lists Management (RFC4314, RFC2086).", "license": "GNU GPLv3+", - "version": "1.3", + "version": "1.5", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml index 87e8b1ca2..feec9cebe 100644 --- a/plugins/acl/package.xml +++ b/plugins/acl/package.xml @@ -13,9 +13,9 @@ <email>alec@alec.pl</email> <active>yes</active> </lead> - <date>2014-07-08</date> + <date>2014-08-11</date> <version> - <release>1.4</release> + <release>1.5</release> <api>1.0</api> </version> <stability> |