Skip to content

Commit 1ecbd60

Browse files
committed
v2.0.2-1 - Fixed Kirby TV region-free regression
1 parent 60eef5a commit 1ecbd60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WiiLink-Patcher-CLI/WiiLink_Patcher.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
class WiiLink_Patcher
1414
{
1515
//// Build Info ////
16-
static readonly string version = "v2.0.2";
16+
static readonly string version = "v2.0.2-1";
1717
static readonly string copyrightYear = DateTime.Now.Year.ToString();
18-
static readonly string buildDate = "April 1st, 2024";
19-
static readonly string buildTime = "7:09 PM";
18+
static readonly string buildDate = "April 13th, 2024";
19+
static readonly string buildTime = "4:13 PM";
2020
static string? sdcard = DetectRemovableDrive;
2121
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
2222
////////////////////

0 commit comments

Comments
 (0)