Skip to content

Commit 7f7726f

Browse files
authored
Merge pull request #225 from mikeller/increment_version_to_3_2_0
Incremented version to 3.2.0 after release.
2 parents 8aead3b + cbb108d commit 7f7726f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Betaflight - Blackbox Explorer",
33
"description": "Interactive flight log viewer for Betaflight",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"manifest_version": 2,
66
"default_locale": "en",
77
"app": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "betaflight-blackbox-explorer",
33
"displayName": "Betaflight - Blackbox Explorer",
44
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
5-
"version": "3.1.0",
5+
"version": "3.2.0",
66
"main": "main_nwjs.html",
77
"bg-script": "background.js",
88
"default_locale": "en",

0 commit comments

Comments
 (0)