diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-06-19 20:41:15 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-06-19 20:41:15 -0400 |
commit | 80fe25bcb811508a5fe826c37513a8a63239cb55 (patch) | |
tree | 9e6242e55ee55e3a0b56322f9d94aacfaf546b25 /src/main/resources/fabric.mod.json | |
parent | 9190d7c12d1bbdcfc401543128fb0219e6fc0a81 (diff) |
[Release] version 2.0.0
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 913c80c..9768c22 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": "2.0.0-alpha.predev.2", + "version": "2.0.0", "name": "Transit API", "description": "Move things about!", @@ -26,6 +26,6 @@ "depends": { "fabricloader": ">=0.7.4", - "minecraft": "1.16.x" + "minecraft": "1.17.x" } } |