Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aguther committed Oct 26, 2021
1 parent 2b9608b commit 8d8fb71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Use the following format below -->
<!-- 1. [Changed Area] Title of changes - @github username (Name) -->

## 0.8.0
## 0.7.1

1. [FBW] Improved speed dependent roll law model - @IbrahimK42 (IbrahimK42)
1. [SOUND] Pack sounds use new APU model variables - @tracernz (Mike)
Expand Down
12 changes: 6 additions & 6 deletions manifest-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"creator": "FlyByWire Simulations",
"release_notes": {
"neutral": {
"LastUpdate": "VERSION 0.6.3\\nSim Update 5 compatibility",
"LastUpdate": "VERSION 0.7.1\\nSim Update 6 compatibility",
"OlderHistory": ""
}
},
"title": "A32NX",
"dependencies": [
{
"package_version": "0.1.58",
"package_version": "0.1.99",
"name": "asobo-aircraft-a320-neo"
},
{
"package_version": "0.1.52",
"package_version": "0.1.127",
"name": "asobo-vcockpits-instruments-a320-neo"
},
{
"package_version": "0.1.53",
"package_version": "0.1.128",
"name": "asobo-vcockpits-instruments-airliners"
},
{
"package_version": "0.1.66",
"package_version": "0.1.123",
"name": "fs-base-aircraft-common"
}
],
"content_type": "AIRCRAFT",
"minimum_game_version": "1.9.5",
"minimum_game_version": "1.20.6",
"manufacturer": "Airbus"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a32nx",
"version": "0.7.0-rc3",
"version": "0.7.1-rc1",
"scripts": {
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 8d8fb71

Please sign in to comment.