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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-10-22 20:35:48 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-10-22 20:35:48 +0300
commit9637d84da905124e1787ef3abfe9a02076c8753b (patch)
tree39768174270e5c82229f913eef9e5ab5a522a157
parenta4f8936a7054c725e12c23f19f097992f4da0b69 (diff)
FP2 release
-rw-r--r--manifest.json2
-rwxr-xr-xpackage.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index b9b35f5b..d41f10db 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "6.0.0-FP1",
+ "version": "6.0.0-FP2",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index d011cb3c..5b31482f 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "6.0.0-FP1",
+ "version": "6.0.0-FP2",
"main": "main.html",
"default_locale": "en",
"scripts": {