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