diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-01-22 12:38:53 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-01-22 12:38:53 -0500 |
commit | d45be1d289816e0262e0872d4b06b09208e82153 (patch) | |
tree | ca7b06b83f9ad3f9fafd7df75effb7b6a5487cf4 /src/main/resources/fabric.mod.json | |
parent | 01c32f91ac7d6088cb11d5ca85430d65010c640b (diff) |
[RC1] Type updates and such
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 dca6073..44afcd7 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.15.0", + "version": "1.0.0-rc.1", "name": "Transit API", "description": "Move things about!", |