From dd7fb99f680994ba98ebaff8da8f053668c5c564 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 9 Oct 2017 13:29:38 -0400 Subject: [PATCH] Release version 4.0 --- History.md | 4 +++- extension/manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 8e0fdc7..1ac9a5f 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,8 @@ -4.0 / TBD +4.0 / 2017-10-09 ================== * Rewrite extension to use the WebExtension API since the legacy XUL format is no longer supported (#235) + * Add Czech (cs) locale (#242) + * Update Simplified Chinese (zh_CN) locale (#252) 3.10 / 2017-05-16 ================== diff --git a/extension/manifest.json b/extension/manifest.json index a04c554..e333881 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -8,7 +8,7 @@ }, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "4.0pre20170912", + "version": "4.0", "author": "Automation Development, Kohei Yoshino", "homepage_url": "https://wiki.mozilla.org/QA/Automation/Projects/Addons/NightlyTesterTools", "default_locale": "en_US",