From 1514d95b97dd608972dd10c329a668ff722a931a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 14 Nov 2024 17:10:29 +0100 Subject: [PATCH] update native template version --- mendix_version.json | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mendix_version.json b/mendix_version.json index f59a44e9..344c749b 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -1,6 +1,10 @@ { - ">=10.13.0": { + ">=10.17.0": { "max": "*", + "min": "9.1.0" + }, + ">=10.13.0": { + "max": "9.0.3", "min": "9.0.0" }, ">=10.11.0": { diff --git a/package.json b/package.json index b289a671..5245b757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-template", - "version": "9.0.3", + "version": "9.1.0", "private": true, "scripts": { "postinstall": "node patches/apply-patches.js && jetify",