summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-01-16 01:12:04 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-01-16 01:12:04 -0500
commite0a6cfb0aba631d3a1cd27971f87b0d4a677f294 (patch)
treec87a18f10a1cb7b0cab4b278a4b6b424cefcebc7 /src/main/resources/fabric.mod.json
parentbfe0005433f5fd84d47a310578e6d4da4cfcc43d (diff)
Update include paths
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json12
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"
]
},