Skip to content

Commit

Permalink
Release KIS v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed May 31, 2019
1 parent 30d4465 commit 1287c2c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 1.22 (pre-release):
# 1.22 (May 30th, 2019):
* [Change] "Breaking ground" DLC support.
* [Change] Don't allow `KIS` to deploy or move the ground experiments.
* [Change] Allow the small cargo to be carried by kerbal.
* [Change] Disable the default remove helmet hotkey `J` as it conflicts with "Breaking ground" DLC.
Expand Down
6 changes: 3 additions & 3 deletions KIS.version
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"NAME": "Kerbal Inventory System",
"URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version",
"VERSION": {
"BUILD": 35942,
"BUILD": 200,
"MAJOR": 1,
"MINOR": 21,
"PATCH": 7075
"MINOR": 22,
"PATCH": 7090
}
}
2 changes: 1 addition & 1 deletion Tools/publish_curseforge_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--github=ihsoft/KIS
--versions=latest_all_builds
--title=KIS {tag}
--archive=../KIS_v1.21.zip
--archive=../KIS_v1.22.zip
2 changes: 1 addition & 1 deletion Tools/publish_github_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--changelog=../CHANGELOG.md
--as_draft
--title=KIS v{tag}
--archive=../KIS_v1.21.zip
--archive=../KIS_v1.22.zip
2 changes: 1 addition & 1 deletion Tools/publish_spacedock_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
--changelog=../CHANGELOG.md
--github=ihsoft/KIS
--ksp_version=latest
--archive=../KIS_v1.21.zip
--archive=../KIS_v1.22.zip

0 comments on commit 1287c2c

Please sign in to comment.