diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f3f38ce..dca6073 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,17 +1,17 @@ { "schemaVersion": 1, "id": "transit-api", - "version": "0.14.0", + "version": "0.15.0", "name": "Transit API", "description": "Move things about!", "authors": [ - "CCGKyle" + "CSKyle" ], "contact": { - "homepage": "https://github.corechg.net/", - "sources": "https://github.com/CoreChg/TransitAPI", - "issues": "https://github.com/CoreChg/TransitAPI/issues" + "homepage": "https://cshift.net/", + "sources": "https://github.com/CircleShift/TransitAPI", + "issues": "https://github.com/CircleShift/TransitAPI/issues" }, "license": "MIT", @@ -20,7 +20,7 @@ "environment": "*", "entrypoints": { "main": [ - "net.corechg.transit.Transit" + "net.cshift.transit.Transit" ] }, |