1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

Update versions

This commit is contained in:
Pawel Spychalski (DzikuVx) 2022-01-29 18:56:44 +01:00
parent d24a24d0ec
commit 564ca5ca88
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '4.1.0',
'maxFirmwareVersionAccepted': '5.0.0', // Condition is < (lt) so we accept all in 4.x branch
'maxFirmwareVersionAccepted': '6.0.0', // Condition is < (lt) so we accept all in 4.x branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "4.1.0",
"version": "5.0.0",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",

View file

@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
"version": "4.1.0",
"version": "5.0.0",
"main": "main.html",
"default_locale": "en",
"scripts": {