From d9bc7691ba0f00649a36f3b5627ecbd826399ff7 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 12 Mar 2021 21:54:45 -0600 Subject: [PATCH] Bump version --- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 4 ++-- IPA/Program.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 27d1fddb..02836122 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -68,7 +68,7 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "4.1.5.0"; + internal const string IPAVersion = "4.1.6.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 8bebd978..a2801f82 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -5,10 +5,10 @@ "#![IPA.Loader.description.md]", "A mod loader specifically for Beat Saber." ], - "gameVersion": "1.13.4", + "gameVersion": "1.13.5", "id": "BSIPA", "name": "Beat Saber IPA", - "version": "4.1.5", + "version": "4.1.6", "icon": "IPA.icon_white.png", "features": { "IPA.DefineFeature": { diff --git a/IPA/Program.cs b/IPA/Program.cs index 24a69997..d3df0f9b 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -23,7 +23,7 @@ namespace IPA Unknown } - public const string FileVersion = "4.1.5.0"; + public const string FileVersion = "4.1.6.0"; public static Version Version => Assembly.GetEntryAssembly().GetName().Version;