Skip to content

Commit 58d7db5

Browse files
committed
Add missing info to mod.json
1 parent b3a3c70 commit 58d7db5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# 1.0.0
1+
# 1.0.0/1.0.1
22
- Initial Release

mod.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "km7dev.platformerjoystick",
1010
"name": "Platformer Joystick",
11-
"version": "v1.0.0",
11+
"version": "v1.0.1",
1212
"developer": "km7dev",
1313
"description": "Adds a joystick to platformer mode.",
1414
"dependencies": {
@@ -18,5 +18,19 @@
1818
"importance": "required",
1919
"platforms": ["win", "mac"]
2020
}
21-
}
21+
},
22+
"links": {
23+
"source": "https://github.com/kingminer7/audiooffsetcalculator",
24+
"community": "https://discord.gg/Vj5Mcennph",
25+
"homepage": "https://km7dev.tech"
26+
},
27+
"issues": {
28+
"info": "Report issues in my Discord server.",
29+
"url": "https://discord.gg/Vj5Mcennph"
30+
},
31+
"tags": [
32+
"editor",
33+
"enhancement",
34+
"gameplay"
35+
]
2236
}

0 commit comments

Comments
 (0)