Skip to content

Commit 1b579db

Browse files
author
blowfishpro
committed
Prep for 1.0.3
1 parent c779e0c commit 1b579db

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

B9AnimationModules/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2")]
36-
[assembly: AssemblyFileVersion("1.0.2")]
35+
[assembly: AssemblyVersion("1.0.3")]
36+
[assembly: AssemblyFileVersion("1.0.3")]
3737

3838
[assembly: KSPAssembly("B9AnimationModules", 1, 0)]

GameData/B9AnimationModules/B9AnimationModules.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"VERSION": {
1010
"MAJOR": 1,
1111
"MINOR": 0,
12-
"PATCH": 2
12+
"PATCH": 3
1313
},
1414
"KSP_VERSION": {
1515
"MAJOR": 1,
0 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ A simple module designed to animate based off an engine throttle. Replicates mu
6565

6666
## Changelog
6767

68+
### v1.0.3
69+
70+
* Recompile against KSP 1.1.3
71+
6872
### v1.0.2
6973

7074
* Recompile against KSP 1.1.2

0 commit comments

Comments
 (0)