Skip to content

Commit 21873be

Browse files
committed
Bump version
1 parent b64c621 commit 21873be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IPA.Loader/Config/SelfConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void CheckVersionBoundary()
8787
}
8888

8989
internal const string IPAName = "Beat Saber IPA";
90-
internal const string IPAVersion = "4.2.2.0";
90+
internal const string IPAVersion = "4.3.0.0";
9191

9292
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
9393
// Debug.CondenseModLogs

IPA.Loader/Loader/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"id": "BSIPA",
99
"name": "Beat Saber IPA",
10-
"version": "4.2.2",
10+
"version": "4.3.0",
1111
"icon": "IPA.icon_white.png",
1212
"features": {
1313
"IPA.DefineFeature": [

IPA/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum Architecture
2121
Unknown
2222
}
2323

24-
public const string FileVersion = "4.2.2.0";
24+
public const string FileVersion = "4.3.0.0";
2525

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

0 commit comments

Comments
 (0)