From 6f127ca7bf5815cb99101ae7fb1dda5412834593 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Fri, 28 Jun 2024 19:05:45 +0000 Subject: [PATCH] update targetAbi 10.9.7 --- 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 af117f3..99692b8 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.6.0", + targetAbi: "10.9.7.0", sourceUrl: process.env.SOURCE_URL, checksum: process.env.CHECKSUM, timestamp: process.env.TIMESTAMP