From 1ecbd6012e2a8c6ba15a0d8a5f01ed101ccaa719 Mon Sep 17 00:00:00 2001 From: PablosCorner Date: Sat, 13 Apr 2024 17:14:53 -0400 Subject: [PATCH] v2.0.2-1 - Fixed Kirby TV region-free regression --- WiiLink-Patcher-CLI/WiiLink_Patcher.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WiiLink-Patcher-CLI/WiiLink_Patcher.cs b/WiiLink-Patcher-CLI/WiiLink_Patcher.cs index bdfd0c1..35bef8f 100644 --- a/WiiLink-Patcher-CLI/WiiLink_Patcher.cs +++ b/WiiLink-Patcher-CLI/WiiLink_Patcher.cs @@ -13,10 +13,10 @@ class WiiLink_Patcher { //// Build Info //// - static readonly string version = "v2.0.2"; + static readonly string version = "v2.0.2-1"; static readonly string copyrightYear = DateTime.Now.Year.ToString(); - static readonly string buildDate = "April 1st, 2024"; - static readonly string buildTime = "7:09 PM"; + static readonly string buildDate = "April 13th, 2024"; + static readonly string buildTime = "4:13 PM"; static string? sdcard = DetectRemovableDrive; static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com"; ////////////////////