Skip to content

Commit

Permalink
Hotfix for crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Olympic1 committed Apr 24, 2017
1 parent 2e613f5 commit a667f56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions GameData/LTech/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.5 - 24 Apr 2017
--------------------
* Hotfix for crash

v4.4 - 11 Apr 2017
------------------
* Performance updates
Expand Down
2 changes: 1 addition & 1 deletion GameData/LTech/LTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":0,
"MINOR":4,
"PATCH":4,
"PATCH":5,
"BUILD":0
},
"KSP_VERSION":
Expand Down
Binary file modified GameData/LTech/Plugins/LtScience.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/LtScience/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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.4.4.0")]
[assembly: AssemblyFileVersion("0.4.4.0")]
[assembly: AssemblyVersion("0.4.5.0")]
[assembly: AssemblyFileVersion("0.4.5.0")]
[assembly: KSPAssembly("LtScience", 0, 4)]

0 comments on commit a667f56

Please sign in to comment.