Skip to content

Commit 62dc089

Browse files
authored
Merge pull request #58 from Sigma88/Suits
Suits
2 parents ffeb217 + a8de793 commit 62dc089

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

Suits/Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**v0.2.4**
2+
3+
- Improved modularity
4+
5+
16
**v0.2.3**
27

38
- Fixed main menu behaviour
Binary file not shown.

Suits/GameData/Sigma/Replacements/Suits/Plugins/SigmaReplacementsSuits.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: Suits</color></b>",
33
"URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Replacements/master/Suits/GameData/Sigma/Replacements/Suits/Plugins/SigmaReplacementsSuits.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/Suits/Changelog.txt",
66
"GITHUB":
77
{
@@ -13,7 +13,7 @@
1313
{
1414
"MAJOR": 0,
1515
"MINOR": 2,
16-
"PATCH": 3,
16+
"PATCH": 4,
1717
"BUILD": 0
1818
},
1919
"KSP_VERSION":

Suits/License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Sigma Replacements: Suits by Sigma88 is released under the following license:
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

Suits/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
**Customizeable Crew Suits**
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/Suits
1 KB
Binary file not shown.

[Source]/SigmaReplacements/Suits/Version.cs

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

1313
void Awake()
1414
{

0 commit comments

Comments
 (0)