diff --git a/changelog.html b/changelog.html index 0779fd1b..69317040 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +2015.01.03 - 0.58.0 - cleanflight +
+ - Add new 'Ports' tab to allow configuration of serial ports.
+
- Force user to select firmware before flashing (pulsar).
diff --git a/js/data_storage.js b/js/data_storage.js
index ff6aaefb..836a3441 100644
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
+ 'releaseDate': 1420323157912, // new Date().getTime() - 2015.01.03
'apiVersionAccepted': 1.1,
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
'connectionValid': false,
diff --git a/manifest.json b/manifest.json
index 6972a57b..2ca29957 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.57.2",
+ "version": "0.58.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",