diff --git a/CHANGELOG.md b/CHANGELOG.md index a24f6ea0..c2ab58e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.9 (pre-release): +# 1.9 (July 1st, 2021): * [Fix #324] Resources intermittently disappear from RTS transfer dialog. # 1.8 (June 27th, 2021): diff --git a/KAS.version b/KAS.version index 2d4e4026..355ab984 100644 --- a/KAS.version +++ b/KAS.version @@ -8,7 +8,7 @@ "KSP_VERSION": { "MAJOR": 1, "MINOR": 12, - "PATCH": 0 + "PATCH": 1 }, "KSP_VERSION_MAX": { "MAJOR": 1, @@ -23,9 +23,9 @@ "NAME": "KAS", "URL": "https://github.com/ihsoft/KAS/blob/master/KAS.version", "VERSION": { - "BUILD": 38781, + "BUILD": 42225, "MAJOR": 1, - "MINOR": 8, - "PATCH": 7848 + "MINOR": 9, + "PATCH": 7852 } } \ No newline at end of file diff --git a/Tools/publish_curseforge_args.txt b/Tools/publish_curseforge_args.txt index a35cfeb4..9b193922 100644 --- a/Tools/publish_curseforge_args.txt +++ b/Tools/publish_curseforge_args.txt @@ -4,4 +4,4 @@ --github=ihsoft/KAS --versions=latest_all_builds --title=KAS {tag} ---archive=../KAS_v1.8.zip +--archive=../KAS_v1.9.zip diff --git a/Tools/publish_github_args.txt b/Tools/publish_github_args.txt index 452c51fa..81c1975a 100644 --- a/Tools/publish_github_args.txt +++ b/Tools/publish_github_args.txt @@ -4,4 +4,4 @@ --changelog=../CHANGELOG.md --as_draft --title=KAS v{tag} ---archive=../KAS_v1.8.zip +--archive=../KAS_v1.9.zip diff --git a/Tools/publish_spacedock_args.txt b/Tools/publish_spacedock_args.txt index 38739a34..fafaca51 100644 --- a/Tools/publish_spacedock_args.txt +++ b/Tools/publish_spacedock_args.txt @@ -3,4 +3,4 @@ --changelog=../CHANGELOG.md --github=ihsoft/KAS --ksp_version=latest ---archive=../KAS_v1.8.zip +--archive=../KAS_v1.9.zip