From 01a05403ef4edd9646be6b698e7da30c741965e5 Mon Sep 17 00:00:00 2001 From: Meivyn <793322+Meivyn@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:26:22 -0400 Subject: [PATCH] Bump version --- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 2 +- IPA/Program.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index af9ce2b4..fa2c2f46 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -87,7 +87,7 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "4.3.2.0"; + internal const string IPAVersion = "4.3.3.0"; // uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug, // Debug.CondenseModLogs diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index 4149b28f..7892bfc4 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -7,7 +7,7 @@ ], "id": "BSIPA", "name": "Beat Saber IPA", - "version": "4.3.2", + "version": "4.3.3", "icon": "IPA.icon_white.png", "features": { "IPA.DefineFeature": [ diff --git a/IPA/Program.cs b/IPA/Program.cs index 37ccad3d..3991934a 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -21,7 +21,7 @@ namespace IPA Unknown } - public const string FileVersion = "4.3.2.0"; + public const string FileVersion = "4.3.3.0"; public static Version Version => Assembly.GetEntryAssembly()!.GetName().Version!;