Browse Source

Bump version

feature/system-text-json
Meivyn 5 months ago
parent
commit
3f376de313
No known key found for this signature in database GPG Key ID: 8BDD3E48158B2F71
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      IPA.Loader/Config/SelfConfig.cs
  2. +1
    -1
      IPA.Loader/Loader/manifest.json
  3. +1
    -1
      IPA/Program.cs

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

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


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

@ -7,7 +7,7 @@
],
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "4.3.1",
"version": "4.3.2",
"icon": "IPA.icon_white.png",
"features": {
"IPA.DefineFeature": [


+ 1
- 1
IPA/Program.cs View File

@ -21,7 +21,7 @@ namespace IPA
Unknown
}
public const string FileVersion = "4.3.1.0";
public const string FileVersion = "4.3.2.0";
public static Version Version => Assembly.GetEntryAssembly()!.GetName().Version!;


Loading…
Cancel
Save