Skip to content

Commit

Permalink
Prep for v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Dec 22, 2016
1 parent 909c4a3 commit 33021df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.5")]
[assembly: AssemblyFileVersion("1.0.5")]

[assembly: KSPAssembly("B9AnimationModules", 1, 0)]
4 changes: 2 additions & 2 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": 4
"PATCH": 5
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 0
"PATCH": 2
}
}
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.5

* Recompile against KSP 1.2.2

### v1.0.4

* Update for KSP 1.2
Expand Down

0 comments on commit 33021df

Please sign in to comment.