Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jan 23, 2019
1 parent a01db31 commit ceadd32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,10 @@

0.1.10.1
Split aerocam into two files
added missing bulkheadProfiles to aerocam180
added missing bulkheadProfiles to aerocam180

0.1.10.2
Thanks to forum user @4x4cheesecake for the following:
Removed FINAL from patches
Added RPM as a dependency for the patch to run at all to prevent warnings about the missing partmodule if RPM is not installed.

2 changes: 1 addition & 1 deletion GameData/HullCameraVDS/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 10,
"BUILD": 0
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion HullCamera/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.1.10.0")]
[assembly: AssemblyVersion("0.1.10.2")]
2 changes: 1 addition & 1 deletion HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 10,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit ceadd32

Please sign in to comment.