From 260022b4bacb6ebca9f1dbfff7b9c87f16c1eef8 Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:39:04 +0200 Subject: [PATCH] version update --- Launcher/Build-Installer.ps1 | 2 +- Launcher/WiiCompiled.Setup/Program.cs | 2 +- Launcher/WiiCompiled.Setup/WiiCompiled.Setup.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/Build-Installer.ps1 b/Launcher/Build-Installer.ps1 index 03009a3..428eda8 100644 --- a/Launcher/Build-Installer.ps1 +++ b/Launcher/Build-Installer.ps1 @@ -253,7 +253,7 @@ foreach ($required in @('ToolkitFingerprint','TranslationFingerprint','NativeToo $manifest = [ordered]@{ SchemaVersion = 2 - ProductVersion = '0.2.22' + ProductVersion = '0.2.23' ExpectedGameId = $pins.GameId ExpectedDolSha256 = $pins.DolSha256 ExpectedRelSha256 = $pins.RelSha256 diff --git a/Launcher/WiiCompiled.Setup/Program.cs b/Launcher/WiiCompiled.Setup/Program.cs index c47eb82..d7c1249 100644 --- a/Launcher/WiiCompiled.Setup/Program.cs +++ b/Launcher/WiiCompiled.Setup/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.22"; + public const string Version = "0.2.23"; /// /// The setup executable is copied into the installation under this name. It is the launcher and diff --git a/Launcher/WiiCompiled.Setup/WiiCompiled.Setup.csproj b/Launcher/WiiCompiled.Setup/WiiCompiled.Setup.csproj index a7456de..326a27c 100644 --- a/Launcher/WiiCompiled.Setup/WiiCompiled.Setup.csproj +++ b/Launcher/WiiCompiled.Setup/WiiCompiled.Setup.csproj @@ -7,7 +7,7 @@ WiiCompiled.Setup WiiCompiled.Setup app.manifest - 0.2.22 + 0.2.23 patchzy WiiCompiled Command-line installer and launcher for WiiCompiled