Merge pull request #1303 from iNavFlight/avs-version-bump-3.1.0

Bump version to 3.1
pull/1299/head^2
Paweł Spychalski 3 years ago committed by GitHub
commit 363666d760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.2.0', // Condition is < (lt) so we accept all in 3.1 branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "inav-configurator",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Loading…
Cancel
Save