1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Prepare for release 0.60.0.

This commit is contained in:
Dominic Clifton 2015-01-16 18:01:37 +00:00
parent 317f0432fc
commit 8870f9731d
3 changed files with 7 additions and 2 deletions

View file

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