Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma88 authored Oct 8, 2017
2 parents 44a9750 + 20d5df4 commit b42fda5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**v0.9.4**

- Updated to KSP 1.3.1 and Kopernicus 1.3.1-2
- Moved LoadingScreens textures to reduce RAM usage


**v0.9.3**

- Updated to Kopernicus 1.3.0-8
Expand Down
4 changes: 2 additions & 2 deletions GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
{
"MAJOR": 0,
"MINOR": 9,
"PATCH": 3,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
}
}
Binary file not shown.
Binary file not shown.
Binary file modified GameData/Sigma/Dimensions/Plugins/SigmaDimensions.dll
Binary file not shown.
Binary file modified [Source]/Distribution/SigmaDimensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaDimensions/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace SigmaDimensionsPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly string number = "v0.9.3";
public static readonly string number = "v0.9.4";
void Awake()
{
UnityEngine.Debug.Log("[SigmaLog] Version Check: Sigma Dimensions " + number);
Expand Down

0 comments on commit b42fda5

Please sign in to comment.