From dfdb5cd99d0385f6929b91844e149fe3713531bb Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 3 Jan 2015 22:31:12 +0000 Subject: [PATCH] Prepare for 0.58.0 release. --- changelog.html | 4 ++++ js/data_storage.js | 2 +- manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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.
+

2014.12.06 - 0.57.2 - cleanflight

- 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",