update targetAbi 10.9.7

This commit is contained in:
Kilian von Pflugk 2024-06-28 19:05:45 +00:00 committed by GitHub
parent 7fa73a1d3d
commit 6f127ca7bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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