diff --git a/KAS.netkan b/KAS.netkan index c15a143f..e4f0665a 100644 --- a/KAS.netkan +++ b/KAS.netkan @@ -2,7 +2,7 @@ "spec_version" : 1, "name" : "Kerbal Attachment System", "identifier" : "KAS", - "download" : "https://kerbal.curseforge.com/projects/kerbal-attachment-system-kas/files/2352830/download", + "download" : "https://kerbal.curseforge.com/projects/kerbal-attachment-system-kas/files/2360802/download", "abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.", "resources" : { "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/142594-kerbal-attachment-system-kas/", diff --git a/Plugins/KAS.version b/Plugins/KAS.version index 96029c67..d95819ea 100644 --- a/Plugins/KAS.version +++ b/Plugins/KAS.version @@ -1,4 +1,10 @@ { + "CHANGE_LOG_URL": "https://raw.githubusercontent.com/ihsoft/KAS/master/changelog.md", + "DOWNLOAD": "http://forum.kerbalspaceprogram.com/threads/92514", + "GITHUB": { + "REPOSITORY": "KAS", + "USERNAME": "ihsoft" + }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 2, @@ -14,12 +20,12 @@ "MINOR": 2, "PATCH": 0 }, - "NAME": "KAS", - "URL": "https://raw.githubusercontent.com/KospY/KAS/master/kas.version", + "NAME": "Kerbal Attachment System", + "URL": "https://raw.githubusercontent.com/ihsoft/KAS/master/kas.version", "VERSION": { "BUILD": 0, "MAJOR": 0, "MINOR": 6, - "PATCH": 1 + "PATCH": 2 } } \ No newline at end of file diff --git a/Plugins/Source/Properties/AssemblyInfo.cs b/Plugins/Source/Properties/AssemblyInfo.cs index e6ea4993..c980085a 100644 --- a/Plugins/Source/Properties/AssemblyInfo.cs +++ b/Plugins/Source/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.6.1")] -[assembly: AssemblyInformationalVersion("0.6.1 for KSP 1.2")] +[assembly: AssemblyVersion("0.6.2")] +[assembly: AssemblyInformationalVersion("0.6.2 for KSP 1.2")] [assembly: KSPAssembly("KAS", 0, 6)] diff --git a/kas.version b/kas.version index e8b88cee..d95819ea 100644 --- a/kas.version +++ b/kas.version @@ -26,6 +26,6 @@ "BUILD": 0, "MAJOR": 0, "MINOR": 6, - "PATCH": 1 + "PATCH": 2 } -} +} \ No newline at end of file