From 5e2daaec8b33ab361ea236e2447465d1c50eb111 Mon Sep 17 00:00:00 2001 From: Diana Soares Date: Mon, 26 Sep 2016 14:53:03 +0100 Subject: [PATCH] Release version 0.2.5 --- composer.json | 2 +- removeattachments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 28a0d81..ab177ef 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.4", + "version": "0.2.5", "type": "roundcube-plugin", "authors": [ { diff --git a/removeattachments.php b/removeattachments.php index d17554f..4148385 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.3 + * @version 0.2.5 * @author Diana Soares */ class removeattachments extends rcube_plugin