Skip to content

Commit

Permalink
Update version to 11.0 (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Apr 28, 2024
1 parent c97deaf commit 8499939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "betaflight-configurator",
"productName": "Betaflight Configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
"version": "10.10.0",
"version": "11.0.0",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/data_storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
API_VERSION_ACCEPTED: API_VERSION_1_41,
API_VERSION_MIN_SUPPORTED_BACKUP_RESTORE: API_VERSION_1_41,
API_VERSION_MAX_SUPPORTED: API_VERSION_1_46,
API_VERSION_MAX_SUPPORTED: API_VERSION_1_47,

connectionValid: false,
connectionValidCliOnly: false,
Expand Down

2 comments on commit 8499939

@TheIsotopes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haslinghuis I don't think this belongs in 10.10 maintenance.

@haslinghuis
Copy link
Member Author

@haslinghuis haslinghuis commented on 8499939 Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have not backported anything to maintenance branch

image

@blckmn please have a look.

Please sign in to comment.