From b89f726a98155129a747ca26b6bbf554f2ae1b88 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 17 May 2019 22:02:50 -0500 Subject: [PATCH] Updated GameVersion Updated versions to follow master --- BSIPA-ModList/manifest.json | 6 +++--- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 4 ++-- IPA/Program.cs | 2 +- appveyor.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BSIPA-ModList/manifest.json b/BSIPA-ModList/manifest.json index 9cfa2d67..960e64a9 100644 --- a/BSIPA-ModList/manifest.json +++ b/BSIPA-ModList/manifest.json @@ -8,13 +8,13 @@ "", "## An in-game interface client for BSIPA.", ], - "gameVersion": "0.13.2", + "gameVersion": "1.0.0", "id": "BSIPA Mod List", "name": "BSIPA Mod List", - "version": "1.2.1", + "version": "1.2.2", "icon": "BSIPA_ModList.Icons.self.png", "dependsOn": { - "BSIPA": "^3.12.18", + "BSIPA": "^3.12.19", "CustomUI": "^1.5.4" }, "features": [], diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 56b42bf4..55ef7091 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -33,7 +33,7 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "3.12.18"; + internal const string IPAVersion = "3.12.19"; public bool Regenerate = true; diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index b6e0d985..774ab41b 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": "0.13.2", + "gameVersion": "1.0.0", "id": "BSIPA", "name": "Beat Saber IPA", - "version": "3.12.18", + "version": "3.12.19", "icon": "IPA.icon.png", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", diff --git a/IPA/Program.cs b/IPA/Program.cs index 7a1e20b5..ce6acb19 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -23,7 +23,7 @@ namespace IPA Unknown } - public const string FileVersion = "3.12.18"; + public const string FileVersion = "3.12.19"; public static Version Version => Assembly.GetEntryAssembly().GetName().Version; diff --git a/appveyor.yml b/appveyor.yml index bb967aa2..5c754f3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.12.18' + bsipa_version: '3.12.19' pull_requests: do_not_increment_build_number: true install: