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

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.html2
-rwxr-xr-xjs/data_storage.js2
-rw-r--r--manifest.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/changelog.html b/changelog.html
index 36c81097..ee9bb43b 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,4 +1,4 @@
-<span>2015.10.31 - 0.67.0 - cleanflight</span>
+<span>2015.10.31 - 1.0.0 - cleanflight</span>
<ul>
<li>Major GUI rework.</li>
<li>Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).</li>
diff --git a/js/data_storage.js b/js/data_storage.js
index 53f87245..b5582bdf 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1446278768375, // new Date().getTime() - Fri Oct 02 2015 20:50:49 GMT+0100 (GMT Daylight Time)
+ 'releaseDate': 1447275720339, // new Date().getTime() - Wed Nov 11 2015 21:02:18 GMT+0000 (GMT)
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0',
diff --git a/manifest.json b/manifest.json
index aa9ebbdb..978c2d39 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.67.0",
+ "version": "1.0.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",