Browse Source

Increment Version

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

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

@ -35,5 +35,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.10.3")]
[assembly: AssemblyFileVersion("3.10.3")]
[assembly: AssemblyVersion("3.10.4")]
[assembly: AssemblyFileVersion("3.10.4")]

+ 1
- 1
IPA.Loader/Updating/SelfPlugin.cs View File

@ -11,7 +11,7 @@ namespace IPA.Updating
internal class SelfPlugin : IBeatSaberPlugin
{
internal const string IPA_Name = "Beat Saber IPA";
internal const string IPA_Version = "3.10.3";
internal const string IPA_Version = "3.10.4";
public static SelfPlugin Instance { get; set; } = new SelfPlugin();


+ 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.10.3")]
[assembly: AssemblyFileVersion("3.10.3")]
[assembly: AssemblyVersion("3.10.4")]
[assembly: AssemblyFileVersion("3.10.4")]

Loading…
Cancel
Save