We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9c47 commit 9a302dbCopy full SHA for 9a302db
2 files changed
KerbalHealth.version
@@ -4,9 +4,9 @@
4
"DOWNLOAD": "https://github.com/GarwelGarwel/KerbalHealth/releases/latest",
5
"VERSION": {
6
"MAJOR": 1,
7
- "MINOR": 0,
8
- "PATCH": 2,
9
- "BUILD": 2
+ "MINOR": 1,
+ "PATCH": 0,
+ "BUILD": 0
10
},
11
"KSP_VERSION": {
12
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.0.2.2")]
37
-[assembly: AssemblyFileVersion("1.0.2.2")]
+[assembly: AssemblyVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.0")]
38
[assembly: NeutralResourcesLanguage("en")]
39
0 commit comments