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>2018-04-21 15:09:09 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-04-21 16:47:24 +0300
commitb339a1c7b85cf36122f33eba0b18fb88b2bad7f0 (patch)
tree647b6b2a15ec1261d80a63ce7e7cdf524031fccf
parent67d5eedd8538506abfd93e8e5c5ad390403532db (diff)
version bump and vscode added to gitignore
-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": {