1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00

Bump version to 9.0.0

This commit is contained in:
Marcelo Bezerra 2024-11-19 21:19:53 +01:00
parent 44363fe82f
commit 2a62b3e7b7
3 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '7.0.0',
'maxFirmwareVersionAccepted': '9.0.0', // Condition is < (lt) so we accept all in 8.x branch
'minfirmwareVersionAccepted': '9.0.0',
'maxFirmwareVersionAccepted': '10.0.0', // Condition is < (lt) so we accept all in 8.x branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "inav-configurator",
"version": "8.0.0",
"version": "9.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -2,7 +2,7 @@
"name": "inav-configurator",
"productName": "INAV Configurator",
"description": "Configurator for the open source flight controller software INAV.",
"version": "8.0.0",
"version": "9.0.0",
"main": "js/main.js",
"scripts": {
"start": "electron-forge start",