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:
-rw-r--r--manifest.json2
-rw-r--r--package-lock.json2
-rwxr-xr-xpackage.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index 6baffc2a..a35ed079 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "2.0.0-rc2",
+ "version": "2.0.0-rc3",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package-lock.json b/package-lock.json
index 3306f8c0..1c6ed548 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "inav-configurator",
- "version": "2.0.0-rc2",
+ "version": "2.0.0-rc3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f1973dc8..6bdb2fc3 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "2.0.0-rc2",
+ "version": "2.0.0-rc3",
"main": "main.html",
"default_locale": "en",
"scripts": {