From 989d5e00da7615a09836dacec967a39a8fa613da Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:02:02 +0200 Subject: [PATCH] Updat eversion --- Launcher/Build-Installer.ps1 | 2 +- Launcher/WiiCompiled.Setup.Windows/Program.cs | 2 +- .../WiiCompiled.Setup.Windows/WiiCompiled.Setup.Windows.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/Build-Installer.ps1 b/Launcher/Build-Installer.ps1 index 6727b61..27058cb 100644 --- a/Launcher/Build-Installer.ps1 +++ b/Launcher/Build-Installer.ps1 @@ -281,7 +281,7 @@ foreach ($required in @('ToolkitFingerprint','TranslationFingerprint','NativeToo $manifest = [ordered]@{ SchemaVersion = 2 - ProductVersion = '0.2.26' + ProductVersion = '0.2.27' ExpectedGameId = $pins.GameId ExpectedDolSha256 = $pins.DolSha256 ExpectedRelSha256 = $pins.RelSha256 diff --git a/Launcher/WiiCompiled.Setup.Windows/Program.cs b/Launcher/WiiCompiled.Setup.Windows/Program.cs index 3caeff9..4f59f7a 100644 --- a/Launcher/WiiCompiled.Setup.Windows/Program.cs +++ b/Launcher/WiiCompiled.Setup.Windows/Program.cs @@ -121,7 +121,7 @@ internal static class PlatformChecks internal static class ProductInfo { public const string Name = "WiiCompiled"; - public const string Version = "0.2.26"; + public const string Version = "0.2.27"; /// /// The setup executable is copied into the installation under this name. It is the launcher and diff --git a/Launcher/WiiCompiled.Setup.Windows/WiiCompiled.Setup.Windows.csproj b/Launcher/WiiCompiled.Setup.Windows/WiiCompiled.Setup.Windows.csproj index 08c9a6d..48fb916 100644 --- a/Launcher/WiiCompiled.Setup.Windows/WiiCompiled.Setup.Windows.csproj +++ b/Launcher/WiiCompiled.Setup.Windows/WiiCompiled.Setup.Windows.csproj @@ -7,7 +7,7 @@ WiiCompiled.Setup WiiCompiled.Setup.Windows app.manifest - 0.2.26 + 0.2.27 patchzy WiiCompiled Command-line installer and launcher for WiiCompiled