diff --git a/changelog.html b/changelog.html index 4cb3e7d9..f26d662a 100644 --- a/changelog.html +++ b/changelog.html @@ -1,5 +1,6 @@ 11.14.2013 - 0.16

+ - Minimum required Google Chrome / Chromium version is now 31
- Polished Firmware Flasher UI
- Bugfixes related to flashing rev5 naze boards

diff --git a/manifest.json b/manifest.json index 5aa9029e..b55086ef 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Cool crossplatform configurator", "version": "0.16", "manifest_version": 2, - "minimum_chrome_version": "23", + "minimum_chrome_version": "31", "app": { "background": {