From bf5402d2bd9784d2d7a2afad76c5de60125035e4 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Thu, 8 Aug 2024 18:57:08 +0000 Subject: [PATCH] update targetAbi 10.9.9 --- 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 131e6c8..dc31913 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.8.0", + targetAbi: "10.9.9.0", sourceUrl: process.env.SOURCE_URL, checksum: process.env.CHECKSUM, timestamp: process.env.TIMESTAMP