Skip to content

Commit b4e6804

Browse files
authored
Merge pull request #59 from Sigma88/Textures
Textures
2 parents 62dc089 + 2f5d74a commit b4e6804

File tree

8 files changed

+12
-18
lines changed

8 files changed

+12
-18
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,4 @@
44
**Handles replacement of various KSP assets**
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-KerbalReplacements/releases/latest
10-
11-
Dev versions:
12-
13-
- Heads - https://github.com/Sigma88/Sigma-Replacements/tree/Heads
14-
- Suits - https://github.com/Sigma88/Sigma-Replacements/tree/Suits
15-
- Navigation - https://github.com/Sigma88/Sigma-Replacements/tree/Navigation
16-
- SkyBox - https://github.com/Sigma88/Sigma-Replacements/tree/SkyBox
7+
Latest Releases: https://github.com/Sigma88/Sigma-KerbalReplacements/releases

Textures/Changelog.txt

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

38
- Improved modularity
Binary file not shown.

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

Textures/License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Sigma Replacements: Textures 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

Textures/README.md

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

[Source]/SigmaReplacements/Textures/Version.cs

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

1313
void Awake()
1414
{

0 commit comments

Comments
 (0)