Browse Source

Incremented version

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
da4fa4dbfb
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      IPA.Loader/Config/SelfConfig.cs
  2. +1
    -1
      IPA.Loader/Loader/manifest.json
  3. +2
    -2
      IPA/Properties/AssemblyInfo.cs
  4. +1
    -1
      appveyor.yml

+ 1
- 1
IPA.Loader/Config/SelfConfig.cs View File

@ -33,7 +33,7 @@ namespace IPA.Config
}
internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "3.12.4"; // this should be completely outdated soon-ish
internal const string IPAVersion = "3.12.5"; // this should be completely outdated soon-ish
public bool Regenerate = true;


+ 1
- 1
IPA.Loader/Loader/manifest.json View File

@ -5,7 +5,7 @@
"gameVersion": "0.13.1",
"id": "beatsaber-ipa-reloaded",
"name": "BSIPA",
"version": "3.12.4",
"version": "3.12.5",
"features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)",
"define-feature(debug, IPA.Loader.Features.DebugFeature)",


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

@ -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.12.4")]
[assembly: AssemblyFileVersion("3.12.4")]
[assembly: AssemblyVersion("3.12.5")]
[assembly: AssemblyFileVersion("3.12.5")]

+ 1
- 1
appveyor.yml View File

@ -1,6 +1,6 @@
version: 'BSIPA-{branch}-{build}'
environment:
bsipa_version: '3.12.4'
bsipa_version: '3.12.5'
pull_requests:
do_not_increment_build_number: true
install:


Loading…
Cancel
Save