Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Meivyn committed Mar 18, 2024
1 parent 60099af commit 01a0540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IPA.Loader/Config/SelfConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void CheckVersionBoundary()
}

internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "4.3.2.0";
internal const string IPAVersion = "4.3.3.0";

// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
// Debug.CondenseModLogs
Expand Down
2 changes: 1 addition & 1 deletion IPA.Loader/Loader/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "4.3.2",
"version": "4.3.3",
"icon": "IPA.icon_white.png",
"features": {
"IPA.DefineFeature": [
Expand Down
2 changes: 1 addition & 1 deletion IPA/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum Architecture
Unknown
}

public const string FileVersion = "4.3.2.0";
public const string FileVersion = "4.3.3.0";

public static Version Version => Assembly.GetEntryAssembly()!.GetName().Version!;

Expand Down

0 comments on commit 01a0540

Please sign in to comment.