diff --git a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll index febbd8fd..3ebb4e63 100644 Binary files a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll and b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll differ diff --git a/GameData/RealSolarSystem/RealSolarSystem.version b/GameData/RealSolarSystem/RealSolarSystem.version index eb8faa2e..93713eac 100644 --- a/GameData/RealSolarSystem/RealSolarSystem.version +++ b/GameData/RealSolarSystem/RealSolarSystem.version @@ -2,13 +2,12 @@ "NAME": "RealSolarSystem", "URL": "https://raw.githubusercontent.com/NathanKell/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version", "VERSION": { - "MAJOR": 8, - "MINOR": 6, - "PATCH": 1 + "MAJOR": 10, + "MINOR": 0, + "PATCH": 0 }, "KSP_VERSION": { - "MAJOR": 0, - "MINOR": 90, - "PATCH": 0 + "MAJOR": 1, + "MINOR": 0 } } \ No newline at end of file diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 83a60982..513ae602 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.8.6.0")] -[assembly: AssemblyFileVersion("0.8.6.0")] +[assembly: AssemblyVersion("0.10.0.0")] +[assembly: AssemblyFileVersion("0.10.0.0")]