From 1d5409f4e98b5ccb728716ceab27e0af071b23e7 Mon Sep 17 00:00:00 2001 From: PhilW Date: Fri, 26 Mar 2021 18:32:26 +0000 Subject: [PATCH] bump version number --- CHANGELOG | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 302fd04..cf9229b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Roundcube Webmail GlobalAddressbook =================================== +Version 2.0.1 (2021-03-26, rc-1.3) +================================================= * Restore support for localized address book names (#54) Version 2.0 (2021-01-03, rc-1.3) diff --git a/composer.json b/composer.json index c99ed7b..324fd14 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,9 @@ "description": "Adds global address books to Roundcube", "keywords": ["global", "address", "book", "shared", "contacts"], "homepage": "https://github.com/johndoh/roundcube-globaladdressbook/", - "license": "GPL-3.0", + "license": "GPL-3.0-or-later", "type": "roundcube-plugin", - "version": "2.0", + "version": "2.0.1", "authors": [ { "name": "Philip Weir",