Skip to content

Commit

Permalink
Prep for v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 30, 2017
1 parent 9716443 commit 921d1d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions B9AnimationModules/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]

[assembly: KSPAssembly("B9AnimationModules", 1, 0)]
2 changes: 1 addition & 1 deletion GameData/B9AnimationModules/B9AnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 6
"PATCH": 7
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
Binary file modified GameData/B9AnimationModules/Plugins/B9AnimationModules.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ A simple module designed to animate based off an engine throttle. Replicates mu

## Changelog

### v1.0.7

* Fix assembly reporting wrong version

### v1.0.6

* Recompile against KSP 1.3
Expand Down

0 comments on commit 921d1d3

Please sign in to comment.