From a1a846417824933f5ffef3b8926a1cb43bb37145 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:38:35 -0500 Subject: [PATCH] bump isotool version --- isotool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isotool.py b/isotool.py index 3be813c..d38315e 100644 --- a/isotool.py +++ b/isotool.py @@ -5,7 +5,7 @@ from pathlib import Path from dataclasses import dataclass import typing -SCRIPT_VERSION = "1.2" +SCRIPT_VERSION = "1.3" SECTOR_SIZE = 0x800 SYSTEM_AREA_SIZE = 0x10 * SECTOR_SIZE LAYER0_PVD_LOCATION = SYSTEM_AREA_SIZE