We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b28f9c commit cd8bbd4Copy full SHA for cd8bbd4
2 files changed
KerbalHealth.version
@@ -5,12 +5,12 @@
5
"VERSION": {
6
"MAJOR": 1,
7
"MINOR": 1,
8
- "PATCH": 1,
+ "PATCH": 2,
9
"BUILD": 0
10
},
11
"KSP_VERSION": {
12
13
- "MINOR": 3,
+ "MINOR": 4,
14
"PATCH": 1
15
16
"GITHUB": {
Properties/AssemblyInfo.cs
@@ -33,7 +33,7 @@
33
// You can specify all the values or you can default the Build and Revision Numbers
34
// by using the '*' as shown below:
35
// [assembly: AssemblyVersion("1.0.*")]
36
-[assembly: AssemblyVersion("1.1.1.0")]
37
-[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyVersion("1.1.2.0")]
+[assembly: AssemblyFileVersion("1.1.2.0")]
38
[assembly: NeutralResourcesLanguage("en")]
39
0 commit comments