Skip to content

Commit

Permalink
Prep for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Apr 11, 2018
1 parent eb22aee commit 37c97e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 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.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

[assembly: KSPAssembly("B9AnimationModules", 1, 1, 0)]
[assembly: KSPAssembly("B9AnimationModules", 1, 2, 0)]
6 changes: 3 additions & 3 deletions GameData/B9AnimationModules/B9AnimationModules.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"MINOR": 2,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 1
"MINOR": 4,
"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.2.0

* Recompile against KSP 1.4.2

### v1.1.0

* Recompile against KSP 1.3.1
Expand Down

0 comments on commit 37c97e7

Please sign in to comment.