Skip to content

Commit a480726

Browse files
committed
Version bump to 2.3.3
1 parent 1178cca commit a480726

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var CONFIGURATOR = {
44
// all versions are specified and compared using semantic versioning http://semver.org/
55
'minfirmwareVersionAccepted': '2.2.0',
6-
'maxFirmwareVersionAccepted': '2.5.0', // COndition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
6+
'maxFirmwareVersionAccepted': '2.5.0', // Condition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
77
'connectionValid': false,
88
'connectionValidCliOnly': false,
99
'cliActive': false,

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"minimum_chrome_version": "38",
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"author": "Several",
66
"name": "INAV - Configurator",
77
"short_name": "INAV",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inav-configurator",
33
"description": "INAV Configurator",
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"main": "main.html",
66
"default_locale": "en",
77
"scripts": {

0 commit comments

Comments
 (0)