Skip to content

Commit

Permalink
v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Sep 21, 2016
1 parent 86a5e8a commit dbb1f5a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.3 (September 20th, 2016)
- [Enhancement] Don't act if UI or vessel switch input is locked.

### 1.0.2 (June 13th, 2016)
- [Fix] #2: Docking camera fix mode activates on KIS attach actions.

Expand Down
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/2307491/download",
"download" : "https://kerbal.curseforge.com/projects/easy-vessel-switch-evs/files/2331443/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
6 changes: 3 additions & 3 deletions EasyVesselSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 99
},
},
"NAME": "Easy Vessel Switch",
"URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 1,
"MINOR": 0,
"PATCH": 2
"PATCH": 3
}
}
}
2 changes: 0 additions & 2 deletions Source/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
### 1.0.3 dev
- [Enhacement] Don't act if UI or vessel switch input is locked.
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyDescription ("Easy Vessel Switch for Kerbal Space Program by IgorZ")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("IH Soft")]
[assembly: AssemblyProduct ("EasyVesselSwitch for KSP 1.1")]
[assembly: AssemblyProduct ("EasyVesselSwitch for KSP 1.1.3")]
[assembly: AssemblyCopyright ("Public Domain")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]
Expand All @@ -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.2")]
[assembly: AssemblyInformationalVersion ("1.0.2 for KSP v1.1")]
[assembly: AssemblyVersion ("1.0.3")]
[assembly: AssemblyInformationalVersion ("1.0.3 for KSP v1.1.3")]
[assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 0)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]

0 comments on commit dbb1f5a

Please sign in to comment.