diff --git a/.vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide b/.vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide index 6796e56..8968f8f 100644 Binary files a/.vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide and b/.vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide differ diff --git a/Changelog.txt b/Changelog.txt index 3f1352e..b9f7039 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -12,4 +12,7 @@ Updated for 1.4.1 1.0.4.1 - Updated version file \ No newline at end of file + Updated version file + +1.0.4.2 + Updated version file for all 1.4 \ No newline at end of file diff --git a/GameData/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.version b/GameData/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.version index d29e7eb..665f183 100644 --- a/GameData/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.version +++ b/GameData/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.version @@ -11,7 +11,7 @@ "MAJOR": 1, "MINOR": 0, "PATCH": 4, - "BUILD": 1 + "BUILD": 2 }, "KSP_VERSION": { "MAJOR": 1, @@ -26,6 +26,6 @@ "KSP_VERSION_MAX": { "MAJOR": 1, "MINOR": 4, - "PATCH": 1 + "PATCH": 99 } } diff --git a/NavBallDockingAlignmentIndicatorCE.version b/NavBallDockingAlignmentIndicatorCE.version index d29e7eb..665f183 100644 --- a/NavBallDockingAlignmentIndicatorCE.version +++ b/NavBallDockingAlignmentIndicatorCE.version @@ -11,7 +11,7 @@ "MAJOR": 1, "MINOR": 0, "PATCH": 4, - "BUILD": 1 + "BUILD": 2 }, "KSP_VERSION": { "MAJOR": 1, @@ -26,6 +26,6 @@ "KSP_VERSION_MAX": { "MAJOR": 1, "MINOR": 4, - "PATCH": 1 + "PATCH": 99 } } diff --git a/NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs b/NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs index 7990a42..728e8ee 100644 --- a/NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs +++ b/NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs @@ -5,4 +5,4 @@ using System.Reflection; - [assembly: AssemblyVersion("1.0.4.1")] \ No newline at end of file + [assembly: AssemblyVersion("1.0.4.2")] \ No newline at end of file diff --git a/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.csproj b/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.csproj index 6ac90f4..d995fdb 100644 --- a/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.csproj +++ b/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.csproj @@ -50,16 +50,16 @@ False - R:\KSP_1.4.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll + R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll False - R:\KSP_1.4.1_dev\KSP_x64_Data\Managed\UnityEngine.dll + R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.dll False - R:\KSP_1.4.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll + R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll diff --git a/deploy.bat b/deploy.bat index 0e59eee..e87bd18 100644 --- a/deploy.bat +++ b/deploy.bat @@ -7,7 +7,7 @@ rem GAMEDATA is the name of the local GameData rem VERSIONFILE is the name of the version file, usually the same as GAMEDATA, rem but not always -set H=R:\KSP_1.4.1_dev +set H=R:\KSP_1.4.3_dev set GAMEDIR=NavBallDockingAlignmentIndicatorCE set GAMEDATA="GameData\" set VERSIONFILE=%GAMEDIR%.version @@ -17,4 +17,3 @@ copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR% xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%H%\GameData\%GAMEDIR%" -pause