diff --git a/changelog.html b/changelog.html index 5fe12b59fb..d95522831e 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,9 @@ +2015.02.03 - 0.62.0 - cleanflight +
+ - Add flight indicators to setup screen tab.
+ - Fix to fallback 3D model.
+ - Add support for SP Racing F3.
+
- Support changing PID controller - there new PID controllers in 1.7.0 firmware.
diff --git a/js/data_storage.js b/js/data_storage.js
index 2ee6be1557..31be24de8f 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1422922675433, // new Date().getTime() - 2015.01.29
+ 'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20
'apiVersionAccepted': 1.2,
'backupRestoreMinApiVersionAccepted': 1.5,
'pidControllerChangeMinApiVersion': 1.5,
diff --git a/manifest.json b/manifest.json
index 6fccb3e36e..e6ce46b02b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.61.0",
+ "version": "0.62.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",