diff --git a/KIS.netkan b/KIS.netkan index cc3b59b0..65a2dcdc 100644 --- a/KIS.netkan +++ b/KIS.netkan @@ -2,7 +2,7 @@ "spec_version" : 1, "name" : "Kerbal Inventory System", "identifier" : "KIS", - "download" : "https://kerbal.curseforge.com/projects/kerbal-inventory-system-kis/files/2336079/download", + "download" : "https://kerbal.curseforge.com/projects/kerbal-inventory-system-kis/files/2348560/download", "abstract" : "KIS introduces new gameplay mechanics by adding a brand new inventory system and EVA usables items as tools. You want to build a rover on Duna from scratch? Now you can...", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/113111", diff --git a/Plugins/KIS.dll b/Plugins/KIS.dll index b981010f..d8d5929d 100644 Binary files a/Plugins/KIS.dll and b/Plugins/KIS.dll differ diff --git a/Plugins/KIS.version b/Plugins/KIS.version index a06ef775..4cb414bc 100644 --- a/Plugins/KIS.version +++ b/Plugins/KIS.version @@ -20,6 +20,6 @@ "BUILD": 0, "MAJOR": 1, "MINOR": 3, - "PATCH": 0 + "PATCH": 1 } } \ No newline at end of file diff --git a/Plugins/Source/Properties/AssemblyInfo.cs b/Plugins/Source/Properties/AssemblyInfo.cs index a54871c5..772635b7 100644 --- a/Plugins/Source/Properties/AssemblyInfo.cs +++ b/Plugins/Source/Properties/AssemblyInfo.cs @@ -30,6 +30,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("1.3.0")] -[assembly: AssemblyInformationalVersion("1.3.0 for KSP 1.2")] +[assembly: AssemblyVersion("1.3.1")] +[assembly: AssemblyInformationalVersion("1.3.1 for KSP 1.2")] [assembly: KSPAssembly("KIS", 1, 3)] diff --git a/changelog.md b/changelog.md index b54a579b..3b210c4d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -### 1.3.1-pre +### 1.3.1 (November 11th, 2016) - [Change] Stop using KSPDev obsolete logging methods. - [Fix #175] EVA cnaister stopped working. - [Fix #129] On initial load KIS_UISoundPlayer throws errors. diff --git a/kis.version b/kis.version index b5fe55c5..9e2db4c3 100644 --- a/kis.version +++ b/kis.version @@ -26,6 +26,6 @@ "BUILD": 0, "MAJOR": 1, "MINOR": 3, - "PATCH": 0 + "PATCH": 1 } } \ No newline at end of file