diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-24 15:09:47 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-24 15:09:47 -0400 |
commit | bdc90700713510f778ad002cd4ae32905e1f3c0e (patch) | |
tree | 2bab4aec8e399e7bbd724eeeec5b24b425cb3178 /src/main/resources | |
parent | 0b131bfaaa60c18203f5907dfe9f0086bc5b9ef1 (diff) |
[Update] Add issues for ModMenu
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b43e25f..8c69db6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "transit-api", - "version": "0.11.1", + "version": "0.11.2", "name": "Transit API", "description": "Move about!", @@ -9,8 +9,9 @@ "CCGKyle" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/CoreChg/TransitAPI" + "homepage": "https://github.corechg.net/", + "sources": "https://github.com/CoreChg/TransitAPI", + "issues": "https://github.com/CoreChg/TransitAPI/issues" }, "license": "MIT", |