summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-04-21 18:50:51 -0400
committerKyle Gunger <corechg@gmail.com>2020-04-21 18:50:51 -0400
commit5cf67526600deb0db677d7b3db0f86c034090fa5 (patch)
tree570ab3e001f59bc78181d068674c274ed51b7ea7 /src/main/resources
parenteeeb03a2bed574971dfea66381d8252d17002d64 (diff)
[Update] Version 0.11.1
~ Changed the init file name ~ Edits to the requirements of nodes
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 2c556ef..b43e25f 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.10.3",
+ "version": "0.11.1",
"name": "Transit API",
"description": "Move about!",
@@ -19,7 +19,7 @@
"environment": "*",
"entrypoints": {
"main": [
- "net.corechg.transit.InitTransit"
+ "net.corechg.transit.Transit"
]
},