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-01-25 15:23:53 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-01-25 15:23:53 +0300
commitd24a24d0ec47c5345c8961cfb3d8cc3ed334abcd (patch)
tree5516a96bc1ba8c5f7a469916c2aef7f41925ce27
parent2d4eca6764f42324baa81bce3d641987beb45145 (diff)
Version update4.1.0
-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 33baf407..d5d44653 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "5.0.0",
+ "version": "4.1.0",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index 0d40f8b0..6e60a780 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "5.0.0",
+ "version": "4.1.0",
"main": "main.html",
"default_locale": "en",
"scripts": {