diff --git a/GameData/RP-1/RP-1.version b/GameData/RP-1/RP-1.version index ba4288ad439..8799f40af59 100644 --- a/GameData/RP-1/RP-1.version +++ b/GameData/RP-1/RP-1.version @@ -1,12 +1,12 @@ { "NAME": "Realistic Progression One", "URL": "https://raw.githubusercontent.com/KSP-RO/RP-1/master/GameData/RP-1/RP-1.version", - "DOWNLOAD": "https://github.com/KSP-RO/RP-1/releases/download/v3.6.0.0/RP-1-v3.6.0.0.zip", + "DOWNLOAD": "https://github.com/KSP-RO/RP-1/releases/download/v3.6.1.0/RP-1-v3.6.1.0.zip", "HOMEPAGE": "https://github.com/KSP-RO/RP-1/", "VERSION": { "MAJOR": 3, "MINOR": 6, - "PATCH": 0, + "PATCH": 1, "BUILD": 0 }, "KSP_VERSION": { diff --git a/GameData/RP-1/changelog.cfg b/GameData/RP-1/changelog.cfg index 7cd5dbfe28a..b181c5f5989 100644 --- a/GameData/RP-1/changelog.cfg +++ b/GameData/RP-1/changelog.cfg @@ -5,6 +5,19 @@ KERBALCHANGELOG author = KSP-RO team website = github.com/KSP-RO/RP-1 VERSION + { + version = 3.6.1.0 + versionKSP = 1.12.3 + CHANGE + { + change = What's Changed + subchange = Fix scenarios not applying in some cases + subchange = Skip the build queue if vessel edit progress is already at 100% + subchange = Fix negative build time estimates + subchange = Fix a couple of harmless nullrefs + } + } + VERSION { version = 3.6.0.0 versionKSP = 1.12.3 diff --git a/README.md b/README.md index bc8ffbff661..13555435736 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
Welcome to Realistic Progression One, the heavyweight career addon for Kerbal Space Program's Realism Overhaul.