Skip to content

Commit

Permalink
Merge pull request #16 from Sigma88/Heads
Browse files Browse the repository at this point in the history
Heads
  • Loading branch information
Sigma88 authored Nov 18, 2017
2 parents ffae453 + 07254f0 commit 2f7f934
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Heads/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**v0.1.5**

- Fixed texture selection


**v0.1.4**

- Fixed collections
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR": 0,
"MINOR": 1,
"PATCH": 4,
"PATCH": 5,
"BUILD": 0
},
"KSP_VERSION":
Expand Down
Binary file modified [Source]/Distribution/SigmaReplacementsHeads.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaReplacements/Heads/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Heads
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly System.Version number = new System.Version("0.1.4");
public static readonly System.Version number = new System.Version("0.1.5");

void Awake()
{
Expand Down

0 comments on commit 2f7f934

Please sign in to comment.