Skip to content

Commit

Permalink
v2.0.2 of WiiLink Patcher
Browse files Browse the repository at this point in the history
Stable version of v2.0.2 to be released
  • Loading branch information
PablosCorner committed Apr 1, 2024
1 parent 407617e commit a396e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WiiLink-Patcher-CLI/WiiLink_Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
class WiiLink_Patcher
{
//// Build Info ////
static readonly string version = "v2.0.2 RC1 Nightly";
static readonly string version = "v2.0.2";
static readonly string copyrightYear = DateTime.Now.Year.ToString();
static readonly string buildDate = "April 1st, 2024";
static readonly string buildTime = "5:04 PM";
static readonly string buildTime = "7:09 PM";
static string? sdcard = DetectRemovableDrive;
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
////////////////////
Expand Down
Empty file modified WiiLink-Patcher-CLI/build.sh
100644 → 100755
Empty file.

0 comments on commit a396e71

Please sign in to comment.