diff --git a/changelog.html b/changelog.html index f858601014..e6f134eb50 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,4 @@ -2014.xx.xx - 0.57 +2014.12.06 - 0.57
- Firmware flasher now contains firmware builds picker
- Implemented new and experimental review mechanism
diff --git a/js/data_storage.js b/js/data_storage.js
index fb7f212b95..f128ad3a73 100644
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1414750389509, // new Date().getTime() - 10.31.2014
+ 'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
'firmwareVersionAccepted': 2.31,
'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 b3a956d442..24fa8068e1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.56",
+ "version": "0.57",
"author": "cTn",
"name": "Baseflight - Configurator",