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:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2017-10-17 09:26:28 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2017-10-17 09:26:28 +0300
commit244b646bd25943b73eaa947a20099ddea097e793 (patch)
treea4799dbbf78d6d5c9997f019882a2ee6110c72fd
parent0fcb5790a6e200f85faf5e956921a1cd156d4a49 (diff)
Bump version to 1.8.01.8.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 ed2a71cf..5a5efd94 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.7.3",
+ "version": "1.8.0",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index 097e1ea6..f42c3f9c 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "1.7.3",
+ "version": "1.8.0",
"main": "main.html",
"default_locale": "en",
"scripts": {