Merge pull request #827 from iNavFlight/dzikuvx-version-bump-2.3

Version bump to 2.3
pull/829/head
Paweł Spychalski 5 years ago committed by GitHub
commit e3b89453e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '2.1.0',
'maxFirmwareVersionAccepted': '2.3.0', // COndition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
'minfirmwareVersionAccepted': '2.2.0',
'maxFirmwareVersionAccepted': '2.4.0', // COndition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,

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

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

Loading…
Cancel
Save