diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-11 03:36:02 -0400 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-11 03:36:02 -0400 |
commit | 1c70ff9d2471fa48f5ffe9d270b3b04e6ec58a63 (patch) | |
tree | 99c2965b43dc3a883f28e6b312fbc6d6d36ed802 /plugins/acl | |
parent | ec2733f6c35ca3d470172f9e35ae94399a78c2f4 (diff) |
Bump up version nmber
Diffstat (limited to 'plugins/acl')
-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> |