Skip to content

Commit 35d3c47

Browse files
authored
Merge pull request #359 from ihsoft/next
Release v1.25
2 parents 642c3f4 + c603f31 commit 35d3c47

17 files changed

+171
-160
lines changed
Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.24 (pre-release):
1+
# 1.25 (April 25th, 2020):
2+
* [Change] Stop complaining about KSP minor version change.
3+
* [Change] Update ES-ES localization.
4+
5+
# 1.24 (December 6th, 2019):
26
* [Change] Add a workaround for #354 to not get GUI freezed.
37
* [Fix #352] Incorrect calculation of resources on the equipped items.
48

Deps/CommunityCategoryKit/CCK.dll

0 Bytes
Binary file not shown.

Deps/CommunityCategoryKit/CCK.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"KSP_VERSION":{
99
"MAJOR":1,
10-
"MINOR":7,
11-
"PATCH":3
10+
"MINOR":8,
11+
"PATCH":0
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
15-
"MINOR":6,
15+
"MINOR":8,
1616
"PATCH":0
1717
},
1818
"KSP_VERSION_MAX":{
@@ -23,8 +23,8 @@
2323
"NAME": "Community Category Kit",
2424
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
2525
"VERSION": {
26-
"MAJOR": 4,
27-
"MINOR": 3,
26+
"MAJOR": 5,
27+
"MINOR": 0,
2828
"PATCH": 0,
2929
"BUILD": 0
3030
}

Deps/CommunityCategoryKit/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.3.0 - 2019.10.28
2+
------------------
3+
KSP 1.8.x Compatibility
4+
15
4.2.0 - 2019.08.04
26
------------------
37
KSP 1.7.x Compatibility

Deps/ModuleManager.4.1.0.dll

-136 KB
Binary file not shown.

Deps/ModuleManager.4.1.3.dll

139 KB
Binary file not shown.

KIS.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"KSP_VERSION_MAX": {
1010
"MAJOR": 1,
11-
"MINOR": 8,
11+
"MINOR": 99,
1212
"PATCH": 99
1313
},
1414
"KSP_VERSION_MIN": {
@@ -19,9 +19,9 @@
1919
"NAME": "Kerbal Inventory System",
2020
"URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version",
2121
"VERSION": {
22-
"BUILD": 41031,
22+
"BUILD": 31998,
2323
"MAJOR": 1,
24-
"MINOR": 24,
25-
"PATCH": 7279
24+
"MINOR": 25,
25+
"PATCH": 7420
2626
}
2727
}

0 commit comments

Comments
 (0)