diff --git a/CHANGELOG.md b/CHANGELOG.md index 8418602..7b2c613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5 (September 19th, 2017) +* [Fix #11] Wrong location of the settings file. +* [Change] Fix the location of the localization files. + # 1.4 (September 17th, 2017) * Add localization support. * Add RU localization. diff --git a/EasyVesselSwitch.version b/EasyVesselSwitch.version index 36069f2..f19a5a4 100644 --- a/EasyVesselSwitch.version +++ b/EasyVesselSwitch.version @@ -23,9 +23,9 @@ "NAME": "Easy Vessel Switch", "URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version", "VERSION": { - "BUILD": 36774, + "BUILD": 31118, "MAJOR": 1, - "MINOR": 4, - "PATCH": 6469 + "MINOR": 5, + "PATCH": 6471 } } \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index d373854..68a49da 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,13 +1,3 @@ -# KSP: Easy Vessel Switch - -Author: igor.zavoychinskiy@gmail.com - -GitHub: https://github.com/ihsoft/EasyVesselSwitch - -* * * - -## License - This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index ba86a49..9f34ef0 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -24,8 +24,8 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion ("1.4.*")] -[assembly: AssemblyInformationalVersion ("1.4 for KSP v1.3")] +[assembly: AssemblyVersion ("1.5.*")] +[assembly: AssemblyInformationalVersion ("1.5-pre for KSP v1.3")] [assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")] -[assembly: KSPAssembly ("EasyVesselSwitch", 1, 4)] +[assembly: KSPAssembly ("EasyVesselSwitch", 1, 5)] [assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]