Skip to content

Commit

Permalink
Thanks to github user @lampeh for this:
Browse files Browse the repository at this point in the history
  Fixed duplicated selectMouseButton, added selectKeyButton
  • Loading branch information
linuxgurugamer committed Jun 26, 2020
1 parent 6da01b2 commit d687064
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog

1.1.1.7
Thanks to github user @lampeh for this:
Fixed duplicated selectMouseButton, added selectKeyButton

1.1.1.6
Added new EVA models
maleEVA
Expand Down
2 changes: 1 addition & 1 deletion EvaFollower.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 1,
"BUILD": 6
"BUILD": 7
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion GameData/EvaFollower/EvaFollower.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 1,
"BUILD": 5
"BUILD": 7
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.1.1.5")]
[assembly: AssemblyVersion("1.1.1.7")]

0 comments on commit d687064

Please sign in to comment.