Bump version to 1.0.0 and prepare for release.

10.3.x-maintenance
Dominic Clifton 2015-11-11 21:03:37 +00:00
parent d73196ea11
commit 504e494a4f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<span>2015.10.31 - 0.67.0 - cleanflight</span> <span>2015.10.31 - 1.0.0 - cleanflight</span>
<ul> <ul>
<li>Major GUI rework.</li> <li>Major GUI rework.</li>
<li>Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).</li> <li>Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).</li>

View File

@ -1,7 +1,7 @@
'use strict'; 'use strict';
var CONFIGURATOR = { 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/ // all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0', 'apiVersionAccepted': '1.2.0',

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"minimum_chrome_version": "38", "minimum_chrome_version": "38",
"version": "0.67.0", "version": "1.0.0",
"author": "Hydra", "author": "Hydra",
"name": "Cleanflight - Configurator", "name": "Cleanflight - Configurator",
"short_name": "cleanflight", "short_name": "cleanflight",