diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-07-23 19:31:09 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-07-23 19:31:09 -0400 |
commit | 9edd770911a9dfd5b350d579e9092a62873e1d4a (patch) | |
tree | ea231adc14d60c94047929a656f70b406c198113 /src/main/resources | |
parent | 0afbfce255bd7625396ad729b33bcecff09bd5b2 (diff) |
Proper type checking
Diffstat (limited to 'src/main/resources')
-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 d5986f2..d54a617 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.11.3", + "version": "0.11.4", "name": "Transit API", "description": "Move about!", |