From 74db3c4393b94601f9fb14905b746e67c135b045 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 21 Dec 2018 21:20:09 -0600 Subject: [PATCH] Updated version to reflect subproject --- IPA.Injector/Properties/AssemblyInfo.cs | 4 ++-- IPA.Loader/Updating/SelfPlugin.cs | 4 ++-- IPA/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IPA.Injector/Properties/AssemblyInfo.cs b/IPA.Injector/Properties/AssemblyInfo.cs index 26a9a855..97c824a2 100644 --- a/IPA.Injector/Properties/AssemblyInfo.cs +++ b/IPA.Injector/Properties/AssemblyInfo.cs @@ -33,5 +33,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.11.6")] -[assembly: AssemblyFileVersion("3.11.6")] +[assembly: AssemblyVersion("3.12.0")] +[assembly: AssemblyFileVersion("3.12.0")] diff --git a/IPA.Loader/Updating/SelfPlugin.cs b/IPA.Loader/Updating/SelfPlugin.cs index 40a1f0f4..b86d6b61 100644 --- a/IPA.Loader/Updating/SelfPlugin.cs +++ b/IPA.Loader/Updating/SelfPlugin.cs @@ -4,8 +4,8 @@ namespace IPA.Updating { internal class SelfPlugin : IBeatSaberPlugin { - internal const string IPA_Name = "Beat Saber IPA"; - internal const string IPA_Version = "3.11.6"; + internal const string IPA_Name = "Beat Saber IPA - Builtin manifest support"; + internal const string IPA_Version = "3.12.0"; public static SelfPlugin Instance { get; set; } = new SelfPlugin(); diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index 03855bb7..d27e4606 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.11.6")] -[assembly: AssemblyFileVersion("3.11.6")] +[assembly: AssemblyVersion("3.12.0")] +[assembly: AssemblyFileVersion("3.12.0")] diff --git a/appveyor.yml b/appveyor.yml index 11ec7f3b..cd57bffa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.11.6' + bsipa_version: '3.12.0' pull_requests: do_not_increment_build_number: true install: