From a63f14ec4045e82f47b237663bcf09939a0eadc5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 29 Aug 2015 01:52:57 -0400 Subject: [PATCH] Emoticons-related code refactoring --- plugins/emoticons/composer.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/emoticons/composer.json b/plugins/emoticons/composer.json index d1679cf..72f1602 100644 --- a/plugins/emoticons/composer.json +++ b/plugins/emoticons/composer.json @@ -1,9 +1,9 @@ { "name": "roundcube/emoticons", "type": "roundcube-plugin", - "description": "Sample plugin to replace emoticons in plain text message body with real icons.", + "description": "Plugin that adds emoticons support.", "license": "GPLv3+", - "version": "1.4", + "version": "2.0", "authors": [ { "name": "Thomas Bruederli", -- Gitblit v1.9.1