diff --git a/CriticalTemperatureGauge/CriticalTemperatureGauge.csproj b/CriticalTemperatureGauge/CriticalTemperatureGauge.csproj index 2aa0f12..33400e2 100644 --- a/CriticalTemperatureGauge/CriticalTemperatureGauge.csproj +++ b/CriticalTemperatureGauge/CriticalTemperatureGauge.csproj @@ -35,9 +35,9 @@ False - ..\..\_Lib\1.8.1\Assembly-CSharp.dll + ..\..\_Lib\1.9.0\Assembly-CSharp.dll - + False ..\..\_Lib\Mods\ClickThroughBlocker.dll @@ -50,15 +50,15 @@ False - ..\..\_Lib\1.8.1\UnityEngine.CoreModule.dll + ..\..\_Lib\1.9.0\UnityEngine.CoreModule.dll False - ..\..\_Lib\1.8.1\UnityEngine.IMGUIModule.dll + ..\..\_Lib\1.9.0\UnityEngine.IMGUIModule.dll False - ..\..\_Lib\1.8.1\UnityEngine.TextRenderingModule.dll + ..\..\_Lib\1.9.0\UnityEngine.TextRenderingModule.dll diff --git a/CriticalTemperatureGauge/Properties/AssemblyInfo.cs b/CriticalTemperatureGauge/Properties/AssemblyInfo.cs index dc86ea7..78480bc 100644 --- a/CriticalTemperatureGauge/Properties/AssemblyInfo.cs +++ b/CriticalTemperatureGauge/Properties/AssemblyInfo.cs @@ -32,12 +32,12 @@ // 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.8.1.1")] +[assembly: AssemblyVersion("1.9.0.0")] // Use KSPAssembly to allow other DLLs to make this DLL a dependency in a // non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it // does not appear to have a hard requirement to match the assembly version. -[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 8)] +[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 9)] // Dependencies: [assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)] diff --git a/GameData/CriticalTemperatureGauge/CriticalTemperatureGauge.version b/GameData/CriticalTemperatureGauge/CriticalTemperatureGauge.version index 6f9c7e0..494bfc0 100644 --- a/GameData/CriticalTemperatureGauge/CriticalTemperatureGauge.version +++ b/GameData/CriticalTemperatureGauge/CriticalTemperatureGauge.version @@ -11,26 +11,26 @@ "VERSION": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1, - "BUILD": 1 + "MINOR": 9, + "PATCH": 0, + "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1 + "MINOR": 9, + "PATCH": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 9, "PATCH": 0 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 9, "PATCH": 99 } } diff --git a/GameData/CriticalTemperatureGauge/Plugins/CriticalTemperatureGauge.dll b/GameData/CriticalTemperatureGauge/Plugins/CriticalTemperatureGauge.dll index 2e53b59..79fd408 100644 Binary files a/GameData/CriticalTemperatureGauge/Plugins/CriticalTemperatureGauge.dll and b/GameData/CriticalTemperatureGauge/Plugins/CriticalTemperatureGauge.dll differ