Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma88 committed Jan 4, 2019
1 parent 927e367 commit 3614ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.txt
@@ -1,3 +1,8 @@
**v0.10.2**

- Updated to KSP 1.6.0 and Kopernicus 1.6.0-1


**v0.10.1**

- Fixed PQSCity2Fixer
Expand Down
2 changes: 1 addition & 1 deletion [Source]/SigmaDimensions/Version.cs
Expand Up @@ -6,7 +6,7 @@ namespace SigmaDimensionsPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly System.Version number = new System.Version("0.10.1");
public static readonly System.Version number = new System.Version("0.10.2");

void Awake()
{
Expand Down

0 comments on commit 3614ad1

Please sign in to comment.