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:
authorAlberto García Hierro <alberto@garciahierro.com>2021-09-15 11:41:27 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2021-09-15 11:41:27 +0300
commit471d02b00450bad1c8ee6b3c67eebb78398020af (patch)
tree8f5c2c8074d6cc31e1416cbd49caf2d6adf721fc
parent1c73f3605ecc55c4fa591d91482468cbc3bf8409 (diff)
Set version number to 3.0.23.0.2release_3.0.2
-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 bc63be64..4eaf5abc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "3.1.0",
+ "version": "3.0.2",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/package.json b/package.json
index f049400d..9fbc4fb9 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inav-configurator",
"description": "INAV Configurator",
- "version": "3.0.1",
+ "version": "3.0.2",
"main": "main.html",
"default_locale": "en",
"scripts": {