Merge pull request #955 from mikeller/increment_version_to_10_3_0

Incremented version to 10.3.0.
10.3.x-maintenance
Michael Keller 2018-02-28 16:24:17 +13:00 committed by GitHub
commit 5339ccb5e2
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,
"minimum_chrome_version": "38",
"version": "10.2.0",
"version": "10.3.0",
"author": "Betaflight Squad",
"name": "Betaflight - Configurator",
"short_name": "Betaflight",

2
package-lock.json generated
View File

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

View File

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