Skip to content

Commit 8eb0046

Browse files
authored
Merge pull request #55 from Sigma88/MenuButtons
Menubuttons
2 parents b3216df + 0752175 commit 8eb0046

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

MenuButtons/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+
- Improved modularity
4+
5+
16
**v0.1.1**
27

38
- Fixed main menu behaviour
Binary file not shown.

MenuButtons/GameData/Sigma/Replacements/MenuButtons/Plugins/SigmaReplacementsMenuButtons.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"NAME": "<b><color=#9B59B6>Sigma Replacements: MenuButtons</color></b>",
33
"URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Replacements/master/MenuButtons/GameData/Sigma/Replacements/MenuButtons/Plugins/SigmaReplacementsMenuButtons.version",
4-
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/index.php?/topic/167233-0",
4+
"DOWNLOAD": "http://www.github.com/Sigma88/Sigma-Replacements/releases",
55
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Replacements/master/MenuButtons/Changelog.txt",
66
"GITHUB":
77
{
@@ -13,7 +13,7 @@
1313
{
1414
"MAJOR": 0,
1515
"MINOR": 1,
16-
"PATCH": 1,
16+
"PATCH": 2,
1717
"BUILD": 0
1818
},
1919
"KSP_VERSION":

MenuButtons/License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Sigma Replacements: MenuButtons by Sigma88 is released under the following licen
44
All Rights Reserved
55

66

7-
For more info visit the KSP Forum Thread:
8-
http://forum.kerbalspaceprogram.com/index.php?/topic/167233-0
7+
For more info visit the GitHub Repository:
8+
http://www.github.com/Sigma88/Sigma-Replacements

MenuButtons/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
**Customizeable Main Menu Buttons**
55

66

7-
KSP Forum Thread: http://forum.kerbalspaceprogram.com/index.php?/topic/167233-0/
8-
9-
Download Latest Release: https://github.com/Sigma88/Sigma-Replacements/releases
7+
Latest Release: https://github.com/Sigma88/Sigma-Replacements/releases
108

119
Dev version: https://github.com/Sigma88/Sigma-Replacements/tree/MenuButtons
-512 Bytes
Binary file not shown.

[Source]/SigmaReplacements/MenuButtons/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace MenuButtons
88
[KSPAddon(KSPAddon.Startup.Instantly, true)]
99
internal 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)