diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-05-22 13:36:56 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-05-22 13:36:56 -0400 |
commit | 04276d1d18d379248cc02b17c15a28760a5adb41 (patch) | |
tree | 3cac4729c24d176af382a4031cc532ddc0827d5e /src/main/resources/fabric.mod.json | |
parent | d94d1d89565998fdccff071a7c9b65ea1e264ce7 (diff) |
2.0.0 alpha.predev release
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a2a499d..1ef3567 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", + "version": "2.0.0-alpha.predev", "name": "Transit API", "description": "Move things about!", |