diff --git a/manifest-base.json b/manifest-base.json index 9d70340e537..9cc9f258bcf 100644 --- a/manifest-base.json +++ b/manifest-base.json @@ -6,28 +6,28 @@ "OlderHistory": "" } }, - "package_version": "0.4.1", + "package_version": "0.4.2", "title": "A32NX", "dependencies": [ { - "package_version": "0.1.58", + "package_version": "0.1.67", "name": "asobo-aircraft-a320-neo" }, { - "package_version": "0.1.52", + "package_version": "0.1.69", "name": "asobo-vcockpits-instruments-a320-neo" }, { - "package_version": "0.1.53", + "package_version": "0.1.69", "name": "asobo-vcockpits-instruments-airliners" }, { - "package_version": "0.1.66", + "package_version": "0.1.74", "name": "fs-base-aircraft-common" } ], "content_type": "AIRCRAFT", "total_package_size": "00000000000221782906", - "minimum_game_version": "1.9.5", + "minimum_game_version": "1.11.6", "manufacturer": "Airbus" } diff --git a/package.json b/package.json index f1794667df5..9f4d61ba81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "a32nx", - "version": "0.4.1", + "version": "0.4.2", "scripts": { "lint": "eslint **/*.js", "lint-fix": "npm run lint -- --fix",