Skip to content

Commit

Permalink
Pushing version up again.
Browse files Browse the repository at this point in the history
Looks like 8.1 was merged to master and rolled
the version back
  • Loading branch information
mmosca committed Feb 20, 2025
1 parent d00c6e5 commit 89f6900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/data_storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '8.0.0',
'maxFirmwareVersionAccepted': '9.0.0', // Condition is < (lt) so we accept all in 8.x branch
'minfirmwareVersionAccepted': '9.0.0',
'maxFirmwareVersionAccepted': '10.0.0', // Condition is < (lt) so we accept all in 8.x branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inav-configurator",
"productName": "INAV Configurator",
"description": "Configurator for the open source flight controller software INAV.",
"version": "8.1.0",
"version": "9.0.0",
"main": "js/main.js",
"scripts": {
"start": "electron-forge start",
Expand Down

0 comments on commit 89f6900

Please sign in to comment.