Skip to content

Commit f344d25

Browse files
committed
Prep for v1.1.0
1 parent 4a5446c commit f344d25

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

B9AnimationModules/Properties/AssemblyInfo.cs

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

38-
[assembly: KSPAssembly("B9AnimationModules", 1, 0)]
38+
[assembly: KSPAssembly("B9AnimationModules", 1, 1)]

GameData/B9AnimationModules/B9AnimationModules.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"VERSION": {
1010
"MAJOR": 1,
11-
"MINOR": 0,
12-
"PATCH": 7
11+
"MINOR": 1,
12+
"PATCH": 0
1313
},
1414
"KSP_VERSION": {
1515
"MAJOR": 1,
1616
"MINOR": 3,
17-
"PATCH": 0
17+
"PATCH": 1
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.1.0
69+
70+
* Recompile against KSP 1.3.1
71+
6872
### v1.0.7
6973

7074
* Fix assembly reporting wrong version

0 commit comments

Comments
 (0)