Skip to content

Commit dd637b7

Browse files
committed
Updated mod version, game version and SpaceWarp version
1 parent f7d87e8 commit dd637b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This project aims to bring together community bug fixes for Kerbal Space Program 2 in one centralized place.
33

44
## Compatibility
5-
- Tested with Kerbal Space Program 2 v0.1.3.1.24603
6-
- Requires **[SpaceWarp 1.3+](https://github.com/SpaceWarpDev/SpaceWarp/releases/)**
5+
- Tested with Kerbal Space Program 2 v0.1.5.0.28833
6+
- Requires **[SpaceWarp 1.5.3+](https://github.com/SpaceWarpDev/SpaceWarp/releases/)**
77

88
## Implemented fixes
99
- **Separation CommNet Fix** by [munix](https://github.com/jan-bures) - Fixes CommNet disconnecting after separating two controllable vessels.

swinfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"spec": "1.3",
2+
"spec": "2.0",
33
"mod_id": "CommunityFixes",
44
"author": "Community Fixes for KSP 2 Contributors",
55
"name": "Community Fixes",
66
"description": "Community project that aims to bring together bug fixes for KSP 2.",
77
"source": "https://github.com/KSP2Community/CommunityFixes",
8-
"version": "0.7.0",
8+
"version": "0.8.0",
99
"version_check": "https://raw.githubusercontent.com/KSP2Community/CommunityFixes/main/swinfo.json",
1010
"dependencies": [
1111
{
1212
"id": "com.github.x606.spacewarp",
1313
"version": {
14-
"min": "1.3.0",
14+
"min": "1.5.3",
1515
"max": "*"
1616
}
1717
}
1818
],
1919
"ksp2_version": {
20-
"min": "0.1.3",
20+
"min": "0.1.5",
2121
"max": "*"
2222
}
2323
}

0 commit comments

Comments
 (0)