diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-01-22 21:10:46 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-01-22 21:11:32 -0500 |
commit | b0f364399bfaa952c8692925efda9ffdf2fbd75e (patch) | |
tree | a7e3ddb9ec8f74d6de1173c58af4cf576fcc4305 /src/main/resources/fabric.mod.json | |
parent | d45be1d289816e0262e0872d4b06b09208e82153 (diff) |
1.0.0
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 44afcd7..b2634d6 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": "1.0.0-rc.1", + "version": "1.0.0", "name": "Transit API", "description": "Move things about!", |