Skip to content

Commit

Permalink
Merge pull request #12 from ihsoft/next
Browse files Browse the repository at this point in the history
EVS 1.5
  • Loading branch information
ihsoft authored Sep 20, 2017
2 parents ed60202 + d617cbb commit 2c1cc09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions EasyVesselSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
10 changes: 0 additions & 10 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# KSP: Easy Vessel Switch

Author: [email protected]

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
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 2c1cc09

Please sign in to comment.