From 4773123873b44d21ae1fa62aa3530c3453d3c6be Mon Sep 17 00:00:00 2001 From: Igor Zavoychinskiy Date: Sat, 16 Jan 2021 05:19:10 -0800 Subject: [PATCH] Adjust version settings --- KIS.version | 6 +++--- Tools/publish_curseforge_args.txt | 2 +- Tools/publish_github_args.txt | 2 +- Tools/publish_spacedock_args.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/KIS.version b/KIS.version index b8e5ff3d..a5e3d12f 100644 --- a/KIS.version +++ b/KIS.version @@ -3,7 +3,7 @@ "DOWNLOAD": "http://forum.kerbalspaceprogram.com/index.php?/topic/149848-12-kerbal-inventory-system-kis-v131/", "KSP_VERSION": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 11, "PATCH": 0 }, "KSP_VERSION_MAX": { @@ -13,13 +13,13 @@ }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 11, "PATCH": 0 }, "NAME": "Kerbal Inventory System", "URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version", "VERSION": { - "BUILD": 40880, + "BUILD": 41065, "MAJOR": 1, "MINOR": 28, "PATCH": 7685 diff --git a/Tools/publish_curseforge_args.txt b/Tools/publish_curseforge_args.txt index db1e44b0..2c358786 100644 --- a/Tools/publish_curseforge_args.txt +++ b/Tools/publish_curseforge_args.txt @@ -4,4 +4,4 @@ --github=ihsoft/KIS --versions=latest_all_builds --title=KIS {tag} ---archive=../KIS_v1.27.zip +--archive=../KIS_v1.28.zip diff --git a/Tools/publish_github_args.txt b/Tools/publish_github_args.txt index 1a6dd3a4..f562693e 100644 --- a/Tools/publish_github_args.txt +++ b/Tools/publish_github_args.txt @@ -4,4 +4,4 @@ --changelog=../CHANGELOG.md --as_draft --title=KIS v{tag} ---archive=../KIS_v1.27.zip +--archive=../KIS_v1.28.zip diff --git a/Tools/publish_spacedock_args.txt b/Tools/publish_spacedock_args.txt index bf0554a7..9764e920 100644 --- a/Tools/publish_spacedock_args.txt +++ b/Tools/publish_spacedock_args.txt @@ -3,4 +3,4 @@ --changelog=../CHANGELOG.md --github=ihsoft/KIS --ksp_version=latest ---archive=../KIS_v1.27.zip +--archive=../KIS_v1.28.zip