From 73881847c8449ecadac50a43a4ef6d8e3b106f73 Mon Sep 17 00:00:00 2001 From: zarakava Date: Mon, 21 Apr 2025 09:01:25 -0500 Subject: [PATCH 1/2] 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 43db3dc..e0193dc 100644 --- a/pull-assembly-patches.py +++ b/pull-assembly-patches.py @@ -6,7 +6,7 @@ import requests -VERSION = "0.3.0" +VERSION = "0.4.0" ASSET_NAME = "Randomizer.Patches.zip" DESTINATION_ASSEMBLY_PATH = ( Path(__file__) From 6c6ac3f26962b34953042f5dabff17ad7a35c5a1 Mon Sep 17 00:00:00 2001 From: zarakava Date: Tue, 22 Apr 2025 11:42:58 -0500 Subject: [PATCH 2/2] update to 0.4.1 --- 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 e0193dc..e3bcc3e 100644 --- a/pull-assembly-patches.py +++ b/pull-assembly-patches.py @@ -6,7 +6,7 @@ import requests -VERSION = "0.4.0" +VERSION = "0.4.1" ASSET_NAME = "Randomizer.Patches.zip" DESTINATION_ASSEMBLY_PATH = ( Path(__file__)