Skip to content

Commit 6d6481a

Browse files
committed
bump version
1 parent 4d79024 commit 6d6481a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

About/Manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
3-
<version>2.0.0</version>
3+
<version>3.0.0</version>
44
<manifestUri></manifestUri>
55
<downloadUri></downloadUri>
66
<showCrossPromotions>true</showCrossPromotions>

Source/CallForIntel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public List<Intel> GetMatchingIntel(Faction faction, Pawn negotiator)
182182
#if V12
183183
[HarmonyPatch(typeof(FactionDialogMaker))]
184184
[HarmonyPatch("FactionDialogFor")]
185-
#elif V13 || V14
185+
#else
186186
[HarmonyPatch(typeof(FactionDialogMaker), nameof(FactionDialogMaker.FactionDialogFor))]
187187
#endif
188188
public static class FactionDialogMakerPatch

0 commit comments

Comments
 (0)