diff --git a/manifest.json b/manifest.json index 1584d13..9d78a13 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "INAV - Blackbox Explorer", "description": "Interactive flight log viewer for INAV", - "version": "3.2.1", + "version": "3.3.0", "manifest_version": 2, "default_locale": "en", "app": { diff --git a/package.json b/package.json index 6f3409f..06ee0fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "inav-blackbox-explorer", "description": "Crossplatform blackbox analitics tool for INAV flight control system.", - "version": "3.2.1", + "version": "3.3.0", "main": "main_nwjs.html", "bg-script": "background.js", "default_locale": "en",