We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e4cf8 commit ec79782Copy full SHA for ec79782
manifest.json
@@ -2,6 +2,7 @@
2
"manifest_version": 2,
3
"minimum_chrome_version": "49",
4
"version": "10.6.0",
5
+ "version_name": "10.6.0-RC1",
6
"author": "Betaflight Squad",
7
"name": "Betaflight - Configurator",
8
"short_name": "Betaflight",
package.json
@@ -1,7 +1,7 @@
1
{
"name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
- "version": "10.6.0",
+ "version": "10.6.0-RC1",
"main": "main_nwjs.html",
"bg-script": "js/eventPage.js",
"default_locale": "en",
0 commit comments