1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Version bump

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-07-04 12:10:45 +02:00
parent f31c06cc23
commit a623f231dc
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': '3.0.0',
'maxFirmwareVersionAccepted': '3.2.0', // Condition is < (lt) so we accept all in 3.0 branch
'maxFirmwareVersionAccepted': '3.1.0', // Condition is < (lt) so we accept all in 3.0 branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,

View file

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

View file

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