Browse Source

Bumped version

pull/53/head
Anairkoen Schno 3 years ago
parent
commit
b4fc040518
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      IPA.Loader/Config/SelfConfig.cs
  2. +2
    -2
      IPA.Loader/Loader/manifest.json
  3. +1
    -1
      IPA/Program.cs

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

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


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

@ -5,10 +5,10 @@
"#![IPA.Loader.description.md]",
"A mod loader specifically for Beat Saber."
],
"gameVersion": "1.8.0",
"gameVersion": "1.11.0",
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "4.0.6",
"version": "4.1.0",
"icon": "IPA.icon_white.png",
"features": {
"IPA.DefineFeature": {


+ 1
- 1
IPA/Program.cs View File

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


Loading…
Cancel
Save