Skip to content

Commit

Permalink
Prep for v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Jun 5, 2017
1 parent 33021df commit c41f17d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.5")]
[assembly: AssemblyFileVersion("1.0.5")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]

[assembly: KSPAssembly("B9AnimationModules", 1, 0)]
6 changes: 3 additions & 3 deletions GameData/B9AnimationModules/B9AnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"PATCH": 6
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 2
"MINOR": 3,
"PATCH": 0
}
}
Binary file modified GameData/B9AnimationModules/Plugins/B9AnimationModules.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion 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.6

* Recompile against KSP 1.3

### v1.0.5

* Recompile against KSP 1.2.2
Expand All @@ -88,4 +92,4 @@ A simple module designed to animate based off an engine throttle. Replicates mu

### v1.0

* Initial release
* Initial release

0 comments on commit c41f17d

Please sign in to comment.