diff --git a/changelog.html b/changelog.html index 25998e3613..b9d3441f29 100644 --- a/changelog.html +++ b/changelog.html @@ -2,6 +2,7 @@

- Add support for backup and restore of LED strip configuration.
- Update presentation of LEDs that have multiple functions.
+ - Support for LED thrust ring.

2015.01.08 - 0.60.0 - cleanflight

diff --git a/js/data_storage.js b/js/data_storage.js index e0e3e0eaaa..48bd873ba7 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -2,7 +2,7 @@ var CONFIGURATOR = { 'releaseDate': 1421431075334, // new Date().getTime() - 2015.01.16 - 'apiVersionAccepted': 1.1, + 'apiVersionAccepted': 1.4, 'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one 'connectionValid': false, 'connectionValidCliOnly': false,