Skip to content

Commit 3d1f21d

Browse files
committed
Merge branch 'main' into dev
2 parents 4ad9cde + 9ce0bb9 commit 3d1f21d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin_template/swinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Patch Manager",
66
"description": "A mod for generic patching needs similar to KSP 1's Module Manager.",
77
"source": "https://github.com/KSP2Community/PatchManager",
8-
"version": "0.9.1",
8+
"version": "0.9.2",
99
"version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json",
1010
"ksp2_version": {
1111
"min": "0.2.0",

src/PatchManager.Core/Assets/PatchingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ bool killLoadingBarTips
350350
LoadingBarPatch.InjectPatchManagerTips = !killLoadingBarTips;
351351
resolve();
352352
}
353-
}
353+
}

0 commit comments

Comments
 (0)