Skip to content

Commit 8308de8

Browse files
committed
Merge pull request #71 from Starstrider42/master
Add support for KSP-AVC
2 parents 4a43790 + b163c03 commit 8308de8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"NAME": "RemoteTech",
3+
"URL": "https://raw.githubusercontent.com/RemoteTechnologiesGroup/RemoteTech/master/GameData/RemoteTech2/RemoteTech.version",
4+
"DOWNLOAD": "https://github.com/RemoteTechnologiesGroup/RemoteTech/releases/latest",
5+
"_comment": "Use old-style format to keep compatibility with KSP-AVC Utility 0.3.",
6+
"VERSION": {
7+
"MAJOR": 1,
8+
"MINOR": 3,
9+
"PATCH": 3
10+
},
11+
"KSP_VERSION": {
12+
"MAJOR": 0,
13+
"MINOR": 23,
14+
"PATCH": 5
15+
}
16+
}

0 commit comments

Comments
 (0)