From 756251b5e9a77a5d18ecfeb7aedce758e2b265c0 Mon Sep 17 00:00:00 2001 From: Markus Weiland Date: Sun, 6 Oct 2019 15:37:08 +0200 Subject: [PATCH] #277 Compatibility with Thunderbird 67 and newer versions * Fix version number to actual next release. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d6146090..4b5ed94a 100644 --- a/manifest.json +++ b/manifest.json @@ -8,8 +8,8 @@ }, "name": "Exchange Calendar", "description": "Synchronize calendars, tasks, and contacts with Microsoft Exchange.", - "version": "4.0.0.5", - "version_name": "4.0.0-beta5", + "version": "5.0.0.2", + "version_name": "5.0.0-beta2", "icons": { "32": "common/theme/common/images/lightningexchangecalendar.png" },