From 7041e8eeb98a3681634ae812962d868d3a1ae49e Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 9 Jan 2020 15:00:55 -0600 Subject: [PATCH 1/2] Fixed null game version on boundaries --- IPA.Loader/Utilities/BeatSaber.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPA.Loader/Utilities/BeatSaber.cs b/IPA.Loader/Utilities/BeatSaber.cs index 091d5b91..da9629ff 100644 --- a/IPA.Loader/Utilities/BeatSaber.cs +++ b/IPA.Loader/Utilities/BeatSaber.cs @@ -52,7 +52,7 @@ namespace IPA.Utilities { var gameVer = GameVersion; var lastVerS = SelfConfig.LastGameVersion_; - var OldVersion = lastVerS != null ? new AlmostVersion(lastVerS, gameVer) : null; + OldVersion = lastVerS != null ? new AlmostVersion(lastVerS, gameVer) : null; IsGameVersionBoundary = OldVersion != null && gameVer != OldVersion; From 9a3050068f92f8376d5c3ad967862c74c219e7ab Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 9 Jan 2020 15:06:15 -0600 Subject: [PATCH 2/2] Bumped version --- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 4 ++-- IPA/Program.cs | 2 +- appveyor.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index dd35ff4f..c26641c2 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -67,7 +67,7 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "3.13.6"; + internal const string IPAVersion = "3.13.7"; // 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 03866302..67340000 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.6.1", + "gameVersion": "1.6.2", "id": "BSIPA", "name": "Beat Saber IPA", - "version": "3.13.6", + "version": "3.13.7", "icon": "IPA.icon_white.png", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", diff --git a/IPA/Program.cs b/IPA/Program.cs index a528112a..c3db0e6d 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -23,7 +23,7 @@ namespace IPA Unknown } - public const string FileVersion = "3.13.6"; + public const string FileVersion = "3.13.7"; public static Version Version => Assembly.GetEntryAssembly().GetName().Version; diff --git a/appveyor.yml b/appveyor.yml index af1ee657..ea5e41fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.13.6' + bsipa_version: '3.13.7' gh_token: secure: E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU