From b05cebff576836f399f201b722a797b514c2cfeb Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 5 Aug 2018 21:50:58 -0500 Subject: [PATCH] update version --- IPA/Properties/AssemblyInfo.cs | 4 ++-- IllusionInjector/Updating/SelfPlugin.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index 8bf8c45a..9632dccc 100644 --- a/IPA/Properties/AssemblyInfo.cs +++ b/IPA/Properties/AssemblyInfo.cs @@ -32,5 +32,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.8.4")] -[assembly: AssemblyFileVersion("3.8.4")] +[assembly: AssemblyVersion("3.8.5")] +[assembly: AssemblyFileVersion("3.8.5")] diff --git a/IllusionInjector/Updating/SelfPlugin.cs b/IllusionInjector/Updating/SelfPlugin.cs index 4916b980..b6a22cc3 100644 --- a/IllusionInjector/Updating/SelfPlugin.cs +++ b/IllusionInjector/Updating/SelfPlugin.cs @@ -12,7 +12,7 @@ namespace IllusionInjector.Updating internal class SelfPlugin : IBeatSaberPlugin { internal const string IPA_Name = "Beat Saber IPA"; - internal const string IPA_Version = "3.8.4"; + internal const string IPA_Version = "3.8.5"; public string Name => IPA_Name;