Skip to content

Commit

Permalink
Update MFI version
Browse files Browse the repository at this point in the history
StollD committed Oct 16, 2018
1 parent cd9f1a7 commit 29e5450
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuget/Kopernicus.Components.nuspec
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<dependency id="Assembly-CSharp" version="[{KSP-VERSION}]" />
<dependency id="UnityEngine" version="[{KSP-VERSION}]" />
<dependency id="UnityEngine.UI" version="[{KSP-VERSION}]" />
<dependency id="ModularFlightIntegrator" version="[1.2.5.2]" />
<dependency id="ModularFlightIntegrator" version="[{MFI-VERSION}]" />
</dependencies>
</metadata>
<files>
2 changes: 1 addition & 1 deletion nuget/Kopernicus.nuspec
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<dependency id="Kopernicus.Components" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
<dependency id="Kopernicus.OnDemand" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
<dependency id="Kopernicus.Parser" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
<dependency id="ModularFlightIntegrator" version="[1.2.5.2]" />
<dependency id="ModularFlightIntegrator" version="[{MFI-VERSION}]" />
</dependencies>
</metadata>
<files>

0 comments on commit 29e5450

Please sign in to comment.