Merge pull request #1361 from mikeller/update_maintenance_branch_version_to_10_5_1

Updated maintenance branch version to 10.5.1.
10.5.x-maintenance
Michael Keller 2019-04-12 15:37:57 +12:00 committed by GitHub
commit 9b86259f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"minimum_chrome_version": "38", "minimum_chrome_version": "38",
"version": "10.5.0", "version": "10.5.1",
"author": "Betaflight Squad", "author": "Betaflight Squad",
"name": "Betaflight - Configurator", "name": "Betaflight - Configurator",
"short_name": "Betaflight", "short_name": "Betaflight",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "betaflight-configurator", "name": "betaflight-configurator",
"version": "10.5.0", "version": "10.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "betaflight-configurator", "name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.", "description": "Crossplatform configuration tool for Betaflight flight control system.",
"version": "10.5.0", "version": "10.5.1",
"main": "main_nwjs.html", "main": "main_nwjs.html",
"bg-script": "js/eventPage.js", "bg-script": "js/eventPage.js",
"default_locale": "en", "default_locale": "en",