From a8a22fdd2f6125d233f664b9a8e7658b4cb2a3ff Mon Sep 17 00:00:00 2001 From: StripesOO7 <54711792+StripesOO7@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:04:07 +0100 Subject: [PATCH] version update 0.2.6 and add minimum poptracker requirement --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1b695f8..54c6fcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "A Link to the Past Archipelago", "game_name": "A Link to the Past", - "package_version": "0.2.5", + "package_version": "0.2.6", "platform": "snes", "package_uid": "ap_alltp", "author": "StripesOO7", @@ -35,5 +35,6 @@ // "display_name": "Entrance Randomizer Tracker via SNES" // } }, - "versions_url": "https://raw.githubusercontent.com/StripesOO7/alttp-ap-poptracker-pack/versions/versions.json" + "versions_url": "https://raw.githubusercontent.com/StripesOO7/alttp-ap-poptracker-pack/versions/versions.json", + "min_poptracker_version": "0.28.0" }