Skip to content

Commit 4099523

Browse files
authored
Merge pull request #56 from Sigma88/Navigation
Navigation
2 parents 8eb0046 + 35c63b9 commit 4099523

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

Navigation/Changelog.txt

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

38
- Improved modularity
Binary file not shown.

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

Navigation/License.txt

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

Navigation/README.md

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

[Source]/SigmaReplacements/Navigation/Version.cs

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

1313
void Awake()
1414
{

0 commit comments

Comments
 (0)