From c854c1490187bea0476f5c44f232f49a0c48e5d1 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sat, 15 Jun 2024 11:26:54 +0000 Subject: [PATCH] update targetAbi 10.9.6 --- validate-and-update-manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate-and-update-manifest.js b/validate-and-update-manifest.js index 58635d1..af117f3 100644 --- a/validate-and-update-manifest.js +++ b/validate-and-update-manifest.js @@ -14,7 +14,7 @@ const jsonData = JSON.parse(fs.readFileSync(manifestPath, 'utf8')); const newVersion = { version: process.env.VERSION, // replace with the actual new version changelog: "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n", - targetAbi: "10.9.4.0", + targetAbi: "10.9.6.0", sourceUrl: process.env.SOURCE_URL, checksum: process.env.CHECKSUM, timestamp: process.env.TIMESTAMP