From d4b9b38a8a22550eb595642c18f09d94468b0819 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 15 May 2019 18:40:08 -0500 Subject: [PATCH] Updated versioning to match master --- BSIPA-ModList/manifest.json | 2 +- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 2 +- IPA/Program.cs | 2 +- appveyor.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BSIPA-ModList/manifest.json b/BSIPA-ModList/manifest.json index deeb0387..9cfa2d67 100644 --- a/BSIPA-ModList/manifest.json +++ b/BSIPA-ModList/manifest.json @@ -14,7 +14,7 @@ "version": "1.2.1", "icon": "BSIPA_ModList.Icons.self.png", "dependsOn": { - "BSIPA": "^3.12.16", + "BSIPA": "^3.12.18", "CustomUI": "^1.5.4" }, "features": [], diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 24575ab7..56b42bf4 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.16"; + internal const string IPAVersion = "3.12.18"; public bool Regenerate = true; diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index 11ea7cce..b6e0d985 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -8,7 +8,7 @@ "gameVersion": "0.13.2", "id": "BSIPA", "name": "Beat Saber IPA", - "version": "3.12.16", + "version": "3.12.18", "icon": "IPA.icon.png", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", diff --git a/IPA/Program.cs b/IPA/Program.cs index e9d4e464..7a1e20b5 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -23,7 +23,7 @@ namespace IPA Unknown } - public const string FileVersion = "3.12.16"; + public const string FileVersion = "3.12.18"; public static Version Version => Assembly.GetEntryAssembly().GetName().Version; diff --git a/appveyor.yml b/appveyor.yml index 76a7304d..bb967aa2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.12.16' + bsipa_version: '3.12.18' pull_requests: do_not_increment_build_number: true install: