1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Prepare for 0.58.0 release.

This commit is contained in:
Dominic Clifton 2015-01-03 22:31:12 +00:00
parent 1ac581654d
commit dfdb5cd99d
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
'releaseDate': 1420323157912, // new Date().getTime() - 2015.01.03
'apiVersionAccepted': 1.1,
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
'connectionValid': false,