Browse Source

Bumped version

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

+ 1
- 4
IPA.Injector/Bootstrapper.cs View File

@ -9,11 +9,8 @@ namespace IPA.Injector
{
public event Action Destroyed = delegate {};
public void Awake()
{
}
public void Start()
public void A
{
Destroy(gameObject);
}


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

@ -67,7 +67,7 @@ namespace IPA.Config
}
internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "3.99.99.7";
internal const string IPAVersion = "3.99.99.8";
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
// Debug.CondenseModLogs


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

@ -8,7 +8,7 @@
"gameVersion": "1.8.0b1",
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"icon": "IPA.icon_white.png",
"features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)",


+ 1
- 1
IPA/Program.cs View File

@ -23,7 +23,7 @@ namespace IPA
Unknown
}
public const string FileVersion = "3.99.99.7";
public const string FileVersion = "3.99.99.8";
public static Version Version => Assembly.GetEntryAssembly().GetName().Version;


+ 1
- 1
appveyor.yml View File

@ -1,7 +1,7 @@
version: 'BSIPA-{branch}-{build}'
environment:
bsipa_version: '4.0.0-beta.7'
bsipa_version: '4.0.0-beta.8'
gh_token:
secure: E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU


Loading…
Cancel
Save