From 9cebfb53f2c4a8c7caa60f164ce72adde8ab3cae Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 6 Dec 2014 15:40:38 +0100 Subject: [PATCH] updating changelog/version/release --- changelog.html | 2 +- js/data_storage.js | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.html b/changelog.html index f8586010..e6f134eb 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 fb7f212b..f128ad3a 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 b3a956d4..24fa8068 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",