Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcTn <ctndesigner@gmail.com>2014-10-06 02:07:28 +0400
committercTn <ctndesigner@gmail.com>2014-10-06 02:07:28 +0400
commit2c9fafe4b1f0351d97156182f454f1d104141cd7 (patch)
treeaa0c5203452b872f420fa4dc3a2e8a8b69540066
parent5105dc21655873aa8b4783634742863a7123672f (diff)
releasev0.53.3
-rw-r--r--js/data_storage.js2
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/data_storage.js b/js/data_storage.js
index 951e30f9..93d87c33 100644
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1412016413051, // new Date().getTime() - 09.29.2014
+ 'releaseDate': 1412546773959, // new Date().getTime() - 10.06.2014
'firmwareVersionAccepted': 2.3,
'connectionValid': false,
'cliActive': false,
diff --git a/manifest.json b/manifest.json
index bd961544..a97ecbfc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "36",
- "version": "0.53.2",
+ "version": "0.53.3",
"author": "cTn",
"name": "Baseflight - Configurator",