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--.gitignore2
-rw-r--r--manifest.json2
-rwxr-xr-xpackage.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6c988cce..4c03a863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,4 @@ inav-configurator.iml
# Path where the NW.js apps get built
/apps
/.vscode/
-.eslintrc.json \ No newline at end of file
+.eslintrc.json
diff --git a/manifest.json b/manifest.json
index bb493ca7..58932b4e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.9.4",
+ "version": "2.0.0",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index afc9b342..b5456d8d 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "1.9.4",
+ "version": "2.0.0",
"main": "main.html",
"default_locale": "en",
"scripts": {