From 8d8fb7132f1be95a336f25a6e8441b1420d74989 Mon Sep 17 00:00:00 2001 From: Andreas Guther Date: Tue, 26 Oct 2021 21:22:38 +0200 Subject: [PATCH] bump version --- .github/CHANGELOG.md | 2 +- manifest-base.json | 12 ++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 450fc3a0c42..0134d2013e6 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -4,7 +4,7 @@ -## 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) diff --git a/manifest-base.json b/manifest-base.json index bab4901f622..f572878b9a9 100644 --- a/manifest-base.json +++ b/manifest-base.json @@ -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" } diff --git a/package.json b/package.json index 90459b12b4b..b0caf2358a3 100644 --- a/package.json +++ b/package.json @@ -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",