Browse Source

update version

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
3e897a33b7
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      IPA/Properties/AssemblyInfo.cs
  2. +1
    -1
      IllusionInjector/Updating/SelfPlugin.cs

+ 2
- 2
IPA/Properties/AssemblyInfo.cs View File

@ -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")]

+ 1
- 1
IllusionInjector/Updating/SelfPlugin.cs View File

@ -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;


Loading…
Cancel
Save