Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Jun 14, 2016
1 parent dca88cc commit 916a60f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### 1.0.0 (June 4, 2016)
### 1.0.1 (June 13th, 2016)
- [Enhacement] #1: Prevent camera jumping on vessels docking.

### 1.0.0 (June 4th, 2016)
- Initial version
2 changes: 1 addition & 1 deletion EasyVesselSwitch.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"spec_version" : 1,
"name" : "Easy Vessel Switch (EVS)",
"identifier" : "EasyVesselSwitch",
"download" : "http://kerbal.curseforge.com/projects/easy-vessel-switch-evs/files/2305110/download",
"download" : "http://kerbal.curseforge.com/projects/easy-vessel-switch-evs/files/2307475/download",
"abstract" : "Stock game doesn't offer consistent model of the camera positioning when active vessel is switched. EVS does. Now, your camera won't jump randomly as you switch between the vessels. Additionally to that you get some more features.",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/141180-easy-vessel-switch-evs/",
Expand Down
2 changes: 1 addition & 1 deletion EasyVesselSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"BUILD": 0,
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
"PATCH": 1
}
}
4 changes: 2 additions & 2 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.0.0")]
[assembly: AssemblyInformationalVersion ("1.0 for KSP v1.1")]
[assembly: AssemblyVersion ("1.0.1")]
[assembly: AssemblyInformationalVersion ("1.0.1 for KSP v1.1")]
[assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 0)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]

0 comments on commit 916a60f

Please sign in to comment.