Skip to content

Commit

Permalink
Updated mod version, game version and SpaceWarp version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Dec 10, 2023
1 parent f7d87e8 commit dd637b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
This project aims to bring together community bug fixes for Kerbal Space Program 2 in one centralized place.

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

## Implemented fixes
- **Separation CommNet Fix** by [munix](https://github.com/jan-bures) - Fixes CommNet disconnecting after separating two controllable vessels.
Expand Down
8 changes: 4 additions & 4 deletions swinfo.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"spec": "1.3",
"spec": "2.0",
"mod_id": "CommunityFixes",
"author": "Community Fixes for KSP 2 Contributors",
"name": "Community Fixes",
"description": "Community project that aims to bring together bug fixes for KSP 2.",
"source": "https://github.com/KSP2Community/CommunityFixes",
"version": "0.7.0",
"version": "0.8.0",
"version_check": "https://raw.githubusercontent.com/KSP2Community/CommunityFixes/main/swinfo.json",
"dependencies": [
{
"id": "com.github.x606.spacewarp",
"version": {
"min": "1.3.0",
"min": "1.5.3",
"max": "*"
}
}
],
"ksp2_version": {
"min": "0.1.3",
"min": "0.1.5",
"max": "*"
}
}

0 comments on commit dd637b7

Please sign in to comment.