Skip to content

Commit 60873f8

Browse files
authored
Heads v0.1.2
Heads
2 parents cc4fd0a + 6d257b2 commit 60873f8

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.2**
2+
3+
- Enhanced modularity
4+
5+
16
**v0.1.1**
27

38
- Accessibility tweaks
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": 1,
16+
"PATCH": 2,
1717
"BUILD": 0
1818
},
1919
"KSP_VERSION":
0 Bytes
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.1");
11+
public static readonly System.Version number = new System.Version("0.1.2");
1212

1313
void Awake()
1414
{

0 commit comments

Comments
 (0)