From 31a703fe957e7040617896e382bd58c98a319852 Mon Sep 17 00:00:00 2001 From: PhilW Date: Mon, 2 Jan 2017 11:10:09 +0000 Subject: [PATCH] update version number --- CHANGELOG | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1d17395..c373d8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Roundcube Webmail MarkAsJunk2 ============================= +Version 1.10 (2017-01-02, rc-1.1) +================================================= * Add JS event markasjunk2-update to allow other plugins to influence the spam/ham options show * Add init method to allow drivers to access markasjunk2-update JS event * Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar with new markasjunk2_toolbar option diff --git a/composer.json b/composer.json index 4229808..62294d6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "http://github.com/JohnDoh/Roundcube-Plugin-Mark-as-Junk-2/", "license": "GPL-3.0", "type": "roundcube-plugin", - "version": "1.9-git", + "version": "1.10", "authors": [ { "name": "Philip Weir",