Skip to content

Commit 7506f39

Browse files
committed
Merge branch 'develop'
2 parents 13bb97c + 9e2e27b commit 7506f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PlaneMode.netkan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"version": ">=1.3.1",
5454
"override": {
5555
"ksp_version_min": "1.1.0",
56-
"ksp_version_max": "1.1.1"
56+
"ksp_version_max": "1.1.2"
5757
}
5858
}
5959
]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configuration:
77
install:
88
ps: |
99
$kspLibs = "Assembly-CSharp.dll", "Assembly-CSharp-firstpass.dll", "KSPUtil.dll", "UnityEngine.dll", "UnityEngine.UI.dll"
10-
$kspLibsUrl = "http://build.apokee.com/dependencies/ksp/1.1"
10+
$kspLibsUrl = "http://build.apokee.com/dependencies/ksp/1.1.2.1260"
1111
$kspLibsDir = "$env:APPVEYOR_BUILD_FOLDER/Library/KSP"
1212
1313
New-Item $kspLibsDir -Type Directory -Force | Out-Null

0 commit comments

Comments
 (0)