From 0890ba47eee5b82a4ffac7a920bf1367e6c396ab Mon Sep 17 00:00:00 2001 From: NathanKell Date: Mon, 15 Jun 2015 23:22:11 -0400 Subject: [PATCH] Version update v10.0 FINAL --- .../Plugins/RealSolarSystem.dll | Bin 25088 -> 25088 bytes .../RealSolarSystem/RealSolarSystem.version | 11 +++++------ Source/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll index febbd8fd4a5b1088ab7e9e6ce931d4f99b8661f7..3ebb4e635e72b2ad6e6c65c59c1e09563112ece0 100644 GIT binary patch delta 227 zcmZoT!q{+xaY6_4@2T|@yBnE2m?tUAeqf@X7hi2 zO(te828PYrMxIIn5h_{F?|G~E?S8GX&*9*Gfz2%;``Ea685uYX^b8I33?_R=>rAeQ zzQX&4i2)AYOpc7v=Lebr22gtP^q53OpUFRClo>T9%f`ktn=o)ru8&pZHDoYg(1T)z o%`0P-8JR7BQs?7Tg;At{hS>ncnd3Ftq2iMbk delta 222 zcmZoT!q{+xaY6_4zEyq`yBnD-m?tUAeqf@dh>sM zO(tdz2DZ)GMxIIn>oR$(_T-BA?LG0(cvsJb*PB~H_OWsDFfyB-Y$5*ZyP|BO*)l$k6W8_#UOz%jW#R*}j#K4_3j>X@0E%(PYa*0R7ECy^nK9u%BLMUqId%X5 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")]