diff --git a/js/data_storage.js b/js/data_storage.js index cd61cd60..e4cf3819 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -2,8 +2,8 @@ var CONFIGURATOR = { // all versions are specified and compared using semantic versioning http://semver.org/ - 'minfirmwareVersionAccepted': '2.5.0', - 'maxFirmwareVersionAccepted': '2.7.0', // Condition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy + 'minfirmwareVersionAccepted': '2.6.0', + 'maxFirmwareVersionAccepted': '2.8.0', // Condition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy 'connectionValid': false, 'connectionValidCliOnly': false, 'cliActive': false, diff --git a/manifest.json b/manifest.json index 0cfe2fc4..69c1bd6e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "38", - "version": "2.6.0", + "version": "2.7.0", "author": "Several", "name": "INAV - Configurator", "short_name": "INAV", diff --git a/package.json b/package.json index 761d892d..5ef30fc2 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "inav-configurator", "description": "INAV Configurator", - "version": "2.6.0", + "version": "2.7.0", "main": "main.html", "default_locale": "en", "scripts": {