From 155d9f887403717274aa05271a097b71145427e5 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sat, 7 Sep 2024 22:22:57 +0000 Subject: [PATCH] update targetAbi 10.9.11 --- 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 c0aee3c..dcb3797 100644 --- a/validate-and-update-manifest.js +++ b/validate-and-update-manifest.js @@ -5,7 +5,7 @@ const { URL } = require('url'); const repository = process.env.GITHUB_REPOSITORY; const version = process.env.VERSION; -const targetAbi = "10.9.10.0"; +const targetAbi = "10.9.11.0"; // Read manifest.json const manifestPath = './manifest.json';