Skip to content

Commit 909c4a3

Browse files
author
blowfishpro
committed
Prep for v1.0.4
1 parent 55b181d commit 909c4a3

4 files changed

Lines changed: 9 additions & 5 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.3")]
36-
[assembly: AssemblyFileVersion("1.0.3")]
35+
[assembly: AssemblyVersion("1.0.4")]
36+
[assembly: AssemblyFileVersion("1.0.4")]
3737

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

GameData/B9AnimationModules/B9AnimationModules.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"VERSION": {
1010
"MAJOR": 1,
1111
"MINOR": 0,
12-
"PATCH": 3
12+
"PATCH": 4
1313
},
1414
"KSP_VERSION": {
1515
"MAJOR": 1,
16-
"MINOR": 1,
17-
"PATCH": 3
16+
"MINOR": 2,
17+
"PATCH": 0
1818
}
1919
}
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.4
69+
70+
* Update for KSP 1.2
71+
6872
### v1.0.3
6973

7074
* Recompile against KSP 1.1.3

0 commit comments

Comments
 (0)