From e38c9154f986145c8976f931a44ca22837c22e98 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Wed, 24 Jul 2024 14:17:47 +0200 Subject: [PATCH] update targetAbi 10.9.8 --- 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 99692b8..131e6c8 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.7.0", + targetAbi: "10.9.8.0", sourceUrl: process.env.SOURCE_URL, checksum: process.env.CHECKSUM, timestamp: process.env.TIMESTAMP