Skip to content

Commit

Permalink
updated ModuleManager to 2.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
neuoy committed Dec 5, 2015
1 parent a1b219b commit 8a4207f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added 3rdParty/ModuleManager.2.6.13.dll
Binary file not shown.
Binary file removed 3rdParty/ModuleManager.2.6.3.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Plugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
2 changes: 1 addition & 1 deletion Trajectories.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Trajectories","URL":"http://ksp-avc.cybutek.net/version.php?id=63","DOWNLOAD":"https://kerbalstuff.com/mod/238/Trajectories","CHANGE_LOG_URL":"https://github.com/neuoy/KSPTrajectories/releases","VERSION":{"MAJOR":1,"MINOR":4,"PATCH":4,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":5)},"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":0,"PATCH":5},"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":0,"PATCH":5}}
{"NAME":"Trajectories","URL":"http://ksp-avc.cybutek.net/version.php?id=63","DOWNLOAD":"https://kerbalstuff.com/mod/238/Trajectories","CHANGE_LOG_URL":"https://github.com/neuoy/KSPTrajectories/releases","VERSION":{"MAJOR":1,"MINOR":4,"PATCH":5,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":5)},"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":0,"PATCH":5},"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":0,"PATCH":5}}
2 changes: 1 addition & 1 deletion build/build-package.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

SET MODMANAGER_VERSION=2.6.3
SET MODMANAGER_VERSION=2.6.13

rem make sure the initial working directory is the one containing the current script
SET scriptPath=%~dp0
Expand Down

0 comments on commit 8a4207f

Please sign in to comment.