Skip to content

Commit 77f702d

Browse files
committed
1.1.0.0
1 parent 7de0ad3 commit 77f702d

6 files changed

Lines changed: 11 additions & 19 deletions

File tree

Changelog.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KERBALCHANGELOG //Required to have this name
77
VERSION
88
{
99
version = 1.2.0.0
10-
change = recompile for KSP 1.8
10+
change = recompile for KSP 1.9
1111
change = added game settings page
1212
change = added global setting to enable/disable PAW color
1313
change = added option to globally enable/disable

FieldTrainingLab.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"VERSION" :
1313
{
1414
"MAJOR" : 1,
15-
"MINOR" : 0,
16-
"PATCH" : 3,
17-
"BUILD" : 5
15+
"MINOR" : 1,
16+
"PATCH" : 0,
17+
"BUILD" : 0
1818
},
1919
"KSP_VERSION" :
2020
{
2121
"MAJOR" : 1,
22-
"MINOR" : 7,
23-
"PATCH" : 3
22+
"MINOR" : 8,
23+
"PATCH" : 1
2424
},
2525
"KSP_VERSION_MIN" :
2626
{
2727
"MAJOR" : 1,
28-
"MINOR" : 7,
28+
"MINOR" : 8,
2929
"PATCH" : 1
3030
},
3131
"KSP_VERSION_MAX" :
3232
{
3333
"MAJOR" : 1,
34-
"MINOR" : 7,
34+
"MINOR" : 8,
3535
"PATCH" : 9999
3636
},
3737
"INSTALL_LOC" :

json/code - Copy.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

json/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": 1,
33
"label": "Code",
44
"labelColor": "darkblue",
5-
"message": "<.NET 3.5 <Unity 2017.1.3p1> <C#>",
5+
"message": "<.NET 4.8> <Unity 2019.2.2f1> <C#>",
66
"color": "66ccff",
77
"style": "plastic"
88
}

json/ksp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": 1,
33
"label": "KSP",
44
"labelColor": "darkblue",
5-
"message": "1.7.3",
5+
"message": "1.8.1",
66
"color": "66ccff",
77
"style": "plastic"
88
}

json/mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": 1,
33
"label": "Field Training Lab",
44
"labelColor": "darkgreen",
5-
"message": "2.0.3.5",
5+
"message": "1.1.0.0",
66
"color": "orange",
77
"style": "plastic"
88
}

0 commit comments

Comments
 (0)