mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Pushing version up again.
Looks like 8.1 was merged to master and rolled the version back
This commit is contained in:
parent
d00c6e5e1a
commit
89f6900478
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
var CONFIGURATOR = {
|
var CONFIGURATOR = {
|
||||||
// all versions are specified and compared using semantic versioning http://semver.org/
|
// all versions are specified and compared using semantic versioning http://semver.org/
|
||||||
'minfirmwareVersionAccepted': '8.0.0',
|
'minfirmwareVersionAccepted': '9.0.0',
|
||||||
'maxFirmwareVersionAccepted': '9.0.0', // Condition is < (lt) so we accept all in 8.x branch
|
'maxFirmwareVersionAccepted': '10.0.0', // Condition is < (lt) so we accept all in 8.x branch
|
||||||
'connectionValid': false,
|
'connectionValid': false,
|
||||||
'connectionValidCliOnly': false,
|
'connectionValidCliOnly': false,
|
||||||
'cliActive': false,
|
'cliActive': false,
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "inav-configurator",
|
"name": "inav-configurator",
|
||||||
"productName": "INAV Configurator",
|
"productName": "INAV Configurator",
|
||||||
"description": "Configurator for the open source flight controller software INAV.",
|
"description": "Configurator for the open source flight controller software INAV.",
|
||||||
"version": "8.1.0",
|
"version": "9.0.0",
|
||||||
"main": "js/main.js",
|
"main": "js/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron-forge start",
|
"start": "electron-forge start",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue