We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ad9cde + 9ce0bb9 commit 3d1f21dCopy full SHA for 3d1f21d
2 files changed
plugin_template/swinfo.json
@@ -5,7 +5,7 @@
5
"name": "Patch Manager",
6
"description": "A mod for generic patching needs similar to KSP 1's Module Manager.",
7
"source": "https://github.com/KSP2Community/PatchManager",
8
- "version": "0.9.1",
+ "version": "0.9.2",
9
"version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json",
10
"ksp2_version": {
11
"min": "0.2.0",
src/PatchManager.Core/Assets/PatchingManager.cs
@@ -350,4 +350,4 @@ bool killLoadingBarTips
350
LoadingBarPatch.InjectPatchManagerTips = !killLoadingBarTips;
351
resolve();
352
}
353
-}
+}
0 commit comments