Skip to content

Commit f4884e9

Browse files
committed
Update to spec 1.3, update version
1 parent aaf7c9f commit f4884e9

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

ShowKSP2Events/swinfo.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"mod_id": "ShowKSP2Events",
3-
"author": "Falki",
4-
"name": "ShowKSP2Events",
5-
"description": "Shows KSP2 events being triggered",
6-
"source": "https://github.com/Falki-git/ShowKSP2Events",
7-
"version": "1.2.0",
8-
"version_check": "https://raw.githubusercontent.com/Falki-git/ShowKSP2Events/master/ShowKSP2Events/swinfo.json",
9-
"dependencies": [
10-
{
11-
"id": "SpaceWarp",
12-
"version": {
13-
"min": "1.0.1",
14-
"max": "*"
15-
}
16-
}
17-
],
18-
"ksp2_version": {
19-
"min": "0.1.0",
20-
"max": "*"
21-
}
2+
"spec": "1.3",
3+
"mod_id": "com.github.falki.showksp2events",
4+
"author": "Falki",
5+
"name": "ShowKSP2Events",
6+
"description": "Shows KSP2 events being triggered",
7+
"source": "https://github.com/Falki-git/ShowKSP2Events",
8+
"version": "1.3.0",
9+
"version_check": "https://raw.githubusercontent.com/Falki-git/ShowKSP2Events/master/ShowKSP2Events/swinfo.json",
10+
"dependencies": [
11+
{
12+
"id": "com.github.x606.spacewarp",
13+
"version": {
14+
"min": "1.0.1",
15+
"max": "*"
16+
}
17+
}
18+
],
19+
"ksp2_version": {
20+
"min": "0.1.0",
21+
"max": "*"
22+
}
2223
}

0 commit comments

Comments
 (0)