Skip to content

Commit 2f7f934

Browse files
authored
Merge pull request #16 from Sigma88/Heads
Heads
2 parents ffae453 + 07254f0 commit 2f7f934

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

Heads/Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**v0.1.5**
2+
3+
- Fixed texture selection
4+
5+
16
**v0.1.4**
27

38
- Fixed collections
Binary file not shown.

Heads/GameData/Sigma/Replacements/Heads/Plugins/SigmaReplacementsHeads.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"MAJOR": 0,
1515
"MINOR": 1,
16-
"PATCH": 4,
16+
"PATCH": 5,
1717
"BUILD": 0
1818
},
1919
"KSP_VERSION":
1.5 KB
Binary file not shown.

[Source]/SigmaReplacements/Heads/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Heads
88
[KSPAddon(KSPAddon.Startup.Instantly, true)]
99
public class Version : MonoBehaviour
1010
{
11-
public static readonly System.Version number = new System.Version("0.1.4");
11+
public static readonly System.Version number = new System.Version("0.1.5");
1212

1313
void Awake()
1414
{

0 commit comments

Comments
 (0)