Skip to content

Commit

Permalink
Merge pull request #66 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Sigma88 committed May 3, 2018
2 parents 7a2f61c + 0dbec3e commit ddb5396
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 26 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
@@ -1,3 +1,10 @@
**v0.10.0**

- Recompiled against KSP 1.4.3 and Kopernicus 1.4.3-1
- Removed KSP-AVC compatibility
- Updated to Sigma LoadingScreens v0.4.0


**v0.9.8**

- Added the option to exclude PQSMods
Expand Down
25 changes: 0 additions & 25 deletions GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version

This file was deleted.

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
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.9.8");
public static readonly System.Version number = new System.Version("0.10.0");

void Awake()
{
Expand Down

0 comments on commit ddb5396

Please sign in to comment.