Skip to content

Commit ffae453

Browse files
authored
Merge pull request #15 from Sigma88/Suits
Suits
2 parents 82df6ec + 5535e71 commit ffae453

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
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.1.2**
2+
3+
- Fixed selection of suit normal maps
4+
5+
16
**v0.1.1**
27

38
- Fixed collections
Binary file not shown.

Suits/GameData/Sigma/Replacements/Suits/Plugins/SigmaReplacementsSuits.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":
6.5 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
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)