From b0424b5f164f5bbf61a29b9b4fc0775edbb10021 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Fri, 22 Dec 2017 12:37:35 +0100 Subject: [PATCH] version bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 325d9c7..b080b37 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "INAV - Blackbox Explorer", "description": "Interactive flight log viewer for INAV", - "version": "3.0.0", + "version": "3.0.1", "manifest_version": 2, "default_locale": "en", "app": { diff --git a/package.json b/package.json index d620be8..369c467 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.0.0", + "version": "3.0.1", "main": "main_nwjs.html", "bg-script": "background.js", "default_locale": "en",