From cf3557fada6a4574ad0d6896f3b2f12a4f8346f8 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 6 Apr 2019 12:37:45 -0500 Subject: [PATCH] Bumped version --- IPA.Loader/Config/SelfConfig.cs | 2 +- IPA.Loader/Loader/manifest.json | 2 +- IPA/Properties/AssemblyInfo.cs | 4 ++-- 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 d4de19ff..3fda705d 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.7"; + internal const string IPAVersion = "3.12.8"; public bool Regenerate = true; diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index eb429f0e..e9d3d9b5 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -5,7 +5,7 @@ "gameVersion": "0.13.2", "id": "beatsaber-ipa-reloaded", "name": "BSIPA", - "version": "3.12.7", + "version": "3.12.8", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", "define-feature(debug, IPA.Loader.Features.DebugFeature)", diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index 80628159..235d37a4 100644 --- a/IPA/Properties/AssemblyInfo.cs +++ b/IPA/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.12.7")] -[assembly: AssemblyFileVersion("3.12.7")] \ No newline at end of file +[assembly: AssemblyVersion("3.12.8")] +[assembly: AssemblyFileVersion("3.12.8")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 32656180..5791f9ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.12.7' + bsipa_version: '3.12.8' pull_requests: do_not_increment_build_number: true install: