From 7eebd6a8aec782716be5b1f6503665411291504c Mon Sep 17 00:00:00 2001 From: art0007i Date: Fri, 12 Jul 2024 09:53:29 +0200 Subject: [PATCH] Update ShowDelegates and ValueProxyExtensions (#104) --- manifest/me.art0007i/ShowDelegates/info.json | 10 ++++++++++ manifest/me.art0007i/ValueProxyExtensions/info.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/manifest/me.art0007i/ShowDelegates/info.json b/manifest/me.art0007i/ShowDelegates/info.json index ba7d003..5d64452 100644 --- a/manifest/me.art0007i/ShowDelegates/info.json +++ b/manifest/me.art0007i/ShowDelegates/info.json @@ -47,6 +47,16 @@ } ], "changelog": "Fixed the mod not working in the latest version" + }, + "2.2.8": { + "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.8", + "artifacts": [ + { + "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.8/ShowDelegates.dll", + "filename": "ShowDelegates.dll", + "sha256": "489ccc8326e7b5404be15d874da950772180b3a220bbebcd9cc555079e3041c7" + } + ] } } } \ No newline at end of file diff --git a/manifest/me.art0007i/ValueProxyExtensions/info.json b/manifest/me.art0007i/ValueProxyExtensions/info.json index 94efb8d..da183d7 100644 --- a/manifest/me.art0007i/ValueProxyExtensions/info.json +++ b/manifest/me.art0007i/ValueProxyExtensions/info.json @@ -14,6 +14,16 @@ "sha256": "0e1efac55d36be410e7b2fb49cb0135f249b5dba3019b3e41821d0ff9f7cb26b" } ] + }, + "2.1.1": { + "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.1/ValueProxyExtensions.dll", + "filename": "ValueProxyExtensions.dll", + "sha256": "be0e8f5f2c75775ad55a6ffd0a1f744973be9fff985fa2699988042d43ecab0c" + } + ] } } } \ No newline at end of file