Skip to content

Commit

Permalink
Merge pull request #2257 from iNavFlight/mmosca-9.0-package-update
Browse files Browse the repository at this point in the history
Bump version to 9.0.0 and upgrade packages
  • Loading branch information
mmosca authored Jan 21, 2025
2 parents 261f839 + bc155a7 commit ce3bf9e
Show file tree
Hide file tree
Showing 3 changed files with 931 additions and 1,970 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
Loading

0 comments on commit ce3bf9e

Please sign in to comment.