Skip to content

Commit 309bb9a

Browse files
committed
Updated to v1.5-pre
1 parent 3fb3819 commit 309bb9a

3 files changed

Lines changed: 35 additions & 29 deletions

File tree

512 Bytes
Binary file not shown.
Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
11
{
2-
"NAME": "KerbalHealth",
3-
"URL": "https://github.com/GarwelGarwel/KerbalHealth/blob/master/GameData/KerbalHealth/KerbalHealth.version",
4-
"DOWNLOAD": "https://github.com/GarwelGarwel/KerbalHealth/releases/latest",
5-
"VERSION": {
6-
"MAJOR": 1,
7-
"MINOR": 4,
8-
"PATCH": 6
9-
},
10-
"KSP_VERSION": {
11-
"MAJOR": 1,
12-
"MINOR": 10,
13-
"PATCH": 1
14-
},
15-
"KSP_VERSION_MIN": {
16-
"MAJOR": 1,
17-
"MINOR": 8,
18-
"PATCH": 0
19-
},
20-
"KSP_VERSION_MAX": {
21-
"MAJOR": 1,
22-
"MINOR": 10,
23-
"PATCH": 1
24-
},
25-
"GITHUB": {
26-
"USERNAME": "GarwelGarwel",
27-
"REPOSITORY": "KerbalHealth"
28-
}
2+
"NAME": "KerbalHealth",
3+
"URL": "https://github.com/GarwelGarwel/KerbalHealth/blob/master/GameData/KerbalHealth/KerbalHealth.version",
4+
"DOWNLOAD": "https://github.com/GarwelGarwel/KerbalHealth/releases/latest",
5+
"VERSION":
6+
{
7+
"MAJOR": 1,
8+
"MINOR": 4,
9+
"PATCH": 6,
10+
"BUILD": 100
11+
},
12+
"KSP_VERSION":
13+
{
14+
"MAJOR": 1,
15+
"MINOR": 10,
16+
"PATCH": 1
17+
},
18+
"KSP_VERSION_MIN":
19+
{
20+
"MAJOR": 1,
21+
"MINOR": 8,
22+
"PATCH": 0
23+
},
24+
"KSP_VERSION_MAX":
25+
{
26+
"MAJOR": 1,
27+
"MINOR": 10,
28+
"PATCH": 1
29+
},
30+
"GITHUB":
31+
{
32+
"USERNAME": "GarwelGarwel",
33+
"REPOSITORY": "KerbalHealth"
34+
}
2935
}

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.4.6")]
37-
[assembly: AssemblyFileVersion("1.4.6")]
36+
[assembly: AssemblyVersion("1.4.6.100")]
37+
[assembly: AssemblyFileVersion("1.4.6.100")]
3838
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)