From a623f231dc9ad23422061ac2a16b40fbb6b19d7c Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sun, 4 Jul 2021 12:10:45 +0200 Subject: [PATCH] Version bump --- js/data_storage.js | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/data_storage.js b/js/data_storage.js index 848d1288..45afaedf 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -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, diff --git a/manifest.json b/manifest.json index 47bfba23..4289b992 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index a1151248..f049400d 100755 --- a/package.json +++ b/package.json @@ -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": {