Skip to content

Commit

Permalink
Merge pull request #111 from UmbraSpaceIndustries/DEVELOP
Browse files Browse the repository at this point in the history
2017.05.28 Post-release patches
  • Loading branch information
BobPalmer authored May 28, 2017
2 parents 1236c7b + c959e2d commit b860136
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.9.0 - KSP 1.3
0.9.1 - KSP 1.3
-------------------
KSP 1.3 Compatibility
Fix infinite loop with "prev loadout" when USILS is not installed
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":9,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
2 changes: 1 addition & 1 deletion USITools/USITools/PartCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected override string categoryTitle
public abstract class BaseFilter : MonoBehaviour
{
private readonly List<AvailablePart> parts = new List<AvailablePart>();
internal string category = "Filter by Function";
internal string category = "Filter by function";
internal bool filter = true;
protected abstract string Manufacturer { get; set; }
protected abstract string categoryTitle { get; set; }
Expand Down

0 comments on commit b860136

Please sign in to comment.