From e552b220667b9b35eda91a0603ce1bd205f3bd07 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 11 Nov 2018 17:44:39 -0600 Subject: [PATCH] Updated version --- IPA.Injector/Properties/AssemblyInfo.cs | 4 ++-- IPA.Loader/Updating/SelfPlugin.cs | 2 +- IPA/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/IPA.Injector/Properties/AssemblyInfo.cs b/IPA.Injector/Properties/AssemblyInfo.cs index a421a594..b52e5501 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.2")] -[assembly: AssemblyFileVersion("3.11.2")] +[assembly: AssemblyVersion("3.11.3")] +[assembly: AssemblyFileVersion("3.11.3")] diff --git a/IPA.Loader/Updating/SelfPlugin.cs b/IPA.Loader/Updating/SelfPlugin.cs index 03b4e9d4..ec0113fd 100644 --- a/IPA.Loader/Updating/SelfPlugin.cs +++ b/IPA.Loader/Updating/SelfPlugin.cs @@ -5,7 +5,7 @@ namespace IPA.Updating internal class SelfPlugin : IBeatSaberPlugin { internal const string IPA_Name = "Beat Saber IPA"; - internal const string IPA_Version = "3.11.2"; + internal const string IPA_Version = "3.11.3"; public static SelfPlugin Instance { get; set; } = new SelfPlugin(); diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index 4ba62089..58452be4 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.2")] -[assembly: AssemblyFileVersion("3.11.2")] +[assembly: AssemblyVersion("3.11.3")] +[assembly: AssemblyFileVersion("3.11.3")] diff --git a/appveyor.yml b/appveyor.yml index 604ae09e..8cc4887f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.11.2' + bsipa_version: '3.11.3' pull_requests: do_not_increment_build_number: true install: