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>2021-01-19 13:44:18 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2021-01-19 13:44:18 +0300
commit0a37ec2b4a0576857f14fbd35830ee44bda3b9fb (patch)
tree607bb7eadd0e2d65dce28f7f1859955fa41f6e99
parent7c1e4b030c1b553d02d5f362989a6c99ed4139e6 (diff)
Version bump2.6.1
-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 0cfe2fc4..989c6249 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "2.6.0",
+ "version": "2.6.1",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index 761d892d..7639d15e 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "2.6.0",
+ "version": "2.6.1",
"main": "main.html",
"default_locale": "en",
"scripts": {