From 6f15c4dd6d48f8c60c2fe845b48ff47dacc423d0 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 29 Jul 2022 07:42:58 -0500 Subject: [PATCH] bump version 0.4.1 (#467) --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7f0b7e2cd..fb6f9e129 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "49", - "version": "0.4.0", + "version": "0.4.1", "max_msp": "1.51.0", "COMMENT": "MAX_MSP required!!!!", "author": "Emuflight Team", diff --git a/package.json b/package.json index 98cd7ada4..a43d563d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "emuflight-configurator", "description": "Crossplatform configuration tool for Emuflight flight control system.", - "version": "0.4.0", + "version": "0.4.1", "max_msp": "1.51.0", "COMMENT": "MAX_MSP required!!!!", "main": "main.html",