diff --git a/composer.json b/composer.json index 90c310b..e8c8c70 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["mail","attachments"], "homepage": "https://github.com/dsoares/Roundcube-Plugin-RemoveAttachments", "license": "GPL-3.0", - "version": "0.2.7", + "version": "0.2.8", "type": "roundcube-plugin", "authors": [ { diff --git a/removeattachments.php b/removeattachments.php index 08eb3cd..034523e 100644 --- a/removeattachments.php +++ b/removeattachments.php @@ -6,7 +6,7 @@ * Roundcube plugin to allow the removal of attachments from a message. * Original code from Philip Weir. * - * @version 0.2.7 + * @version 0.2.8 * @author Diana Soares */ class removeattachments extends rcube_plugin