Skip to content

Commit

Permalink
v1.7.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma88 committed Jun 8, 2019
1 parent 0323543 commit 81be7cf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Distribution/Release/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**v1.7.1-1**

- Updated to KSP 1.7.1 and Kopernicus.Parser v1.7.1-4


**v1.6.0-1**

- Updated to KSP 1.6.0
Expand Down
Binary file modified Distribution/Release/GameData/Kronometer/Plugins/Kronometer.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"VERSION":
{
"MAJOR": 1,
"MINOR": 6,
"PATCH": 0,
"MINOR": 7,
"PATCH": 1,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 6,
"PATCH": 0
"MINOR": 7,
"PATCH": 1
}
}
2 changes: 1 addition & 1 deletion src/Kronometer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
using System.Text;
using UnityEngine;
using Kopernicus;
using Kopernicus.ConfigParser;

namespace Kronometer
{
Expand Down
4 changes: 3 additions & 1 deletion src/KronometerLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

using System;
using System.Collections.Generic;
using Kopernicus;
using Kopernicus.ConfigParser.Attributes;
using Kopernicus.ConfigParser.BuiltinTypeParsers;
using Kopernicus.ConfigParser.Enumerations;

namespace Kronometer
{
Expand Down

0 comments on commit 81be7cf

Please sign in to comment.