Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/data_storage.js2
-rw-r--r--manifest.json2
-rw-r--r--package-lock.json4
-rwxr-xr-xpackage.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/js/data_storage.js b/js/data_storage.js
index 1f685290..ddbc0ce0 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -2,7 +2,7 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
- 'minfirmwareVersionAccepted': '5.0.0',
+ 'minfirmwareVersionAccepted': '6.0.0',
'maxFirmwareVersionAccepted': '7.0.0', // Condition is < (lt) so we accept all in 6.x branch
'connectionValid': false,
'connectionValidCliOnly': false,
diff --git a/manifest.json b/manifest.json
index fc4e7194..d41f10db 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "6.0.0",
+ "version": "6.0.0-FP2",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package-lock.json b/package-lock.json
index 59d15532..8465473c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "inav-configurator",
- "version": "6.0.0",
+ "version": "6.0.0-FP1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "inav-configurator",
- "version": "6.0.0",
+ "version": "6.0.0-FP1",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^2.0.3",
diff --git a/package.json b/package.json
index 9c372695..5b31482f 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "6.0.0",
+ "version": "6.0.0-FP2",
"main": "main.html",
"default_locale": "en",
"scripts": {