From 02c759a941dc39bb10f0ffcb11204d86449309ad Mon Sep 17 00:00:00 2001 From: zarakava Date: Mon, 28 Apr 2025 09:31:51 -0500 Subject: [PATCH] Use new ASM Version --- pull-assembly-patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-assembly-patches.py b/pull-assembly-patches.py index e3bcc3e..83031d6 100644 --- a/pull-assembly-patches.py +++ b/pull-assembly-patches.py @@ -6,7 +6,7 @@ import requests -VERSION = "0.4.1" +VERSION = "0.4.2" ASSET_NAME = "Randomizer.Patches.zip" DESTINATION_ASSEMBLY_PATH = ( Path(__file__)