From 5325ef857a2e1fa1168d028cd0cb60eb3199c1de Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Mon, 9 Sep 2019 20:40:52 +0200 Subject: [PATCH] Version bump to 2.3 --- js/data_storage.js | 4 ++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/data_storage.js b/js/data_storage.js index fa9a1e9c..b2bced3a 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.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, diff --git a/manifest.json b/manifest.json index c3bb4c10..be19896a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index d227ac3e..b44ce276 100755 --- a/package.json +++ b/package.json @@ -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": {