From 32f1da6561815650fa99db69a54eeb0668b7f078 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Mon, 27 May 2024 18:24:05 +0200 Subject: [PATCH] update targetAbi to latest jellyfin version --- validate-and-update-manifest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate-and-update-manifest.js b/validate-and-update-manifest.js index c87b65d..5adac1a 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.0.0", + targetAbi: "10.9.3.0", sourceUrl: process.env.SOURCE_URL, checksum: process.env.CHECKSUM, timestamp: process.env.TIMESTAMP @@ -107,4 +107,4 @@ async function run() { await updateManifest(); } -run(); \ No newline at end of file +run();