Skip to content

Commit 79b6a35

Browse files
authored
Merge pull request #336 from HebaruSan/patch-1
Fix version file for 1.22
2 parents 0659dc9 + 4709ce0 commit 79b6a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

KIS.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"KSP_VERSION": {
55
"MAJOR": 1,
66
"MINOR": 7,
7-
"PATCH": 0
7+
"PATCH": 1
88
},
99
"KSP_VERSION_MAX": {
1010
"MAJOR": 1,
@@ -14,7 +14,7 @@
1414
"KSP_VERSION_MIN": {
1515
"MAJOR": 1,
1616
"MINOR": 7,
17-
"PATCH": 0
17+
"PATCH": 1
1818
},
1919
"NAME": "Kerbal Inventory System",
2020
"URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version",
@@ -24,4 +24,4 @@
2424
"MINOR": 22,
2525
"PATCH": 7090
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)