diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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", |