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 <konstantin.sharlaimov@gmail.com>2017-06-08 21:12:08 +0300
committerGitHub <noreply@github.com>2017-06-08 21:12:08 +0300
commit4c58b2ef55939eccb16b544d80c1fcbc9252b877 (patch)
tree241174994737099c7e5b2ef2e0f94396ebe3bfb7
parente113e5db944cef4bcad8263567f5d81391966f97 (diff)
parentb0453c395059443ae571c4ad9a54d4f2c5762fb2 (diff)
Merge pull request #203 from iNavFlight/version_bump
Version bump to 1.7.2
-rw-r--r--manifest.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 58d5d3f3..047210c1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.7.1",
+ "version": "1.7.2",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index 5c3e6b8c..49e9fa76 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "1.7.1",
+ "version": "1.7.2",
"main": "main.html",
"default_locale": "en",
"scripts": {