diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-17 12:10:09 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-17 12:10:52 -0400 |
commit | fbbc8ec55fc949733e10a906c7c1e748f7a54f34 (patch) | |
tree | db6da2b444ba0b0eb6ea7c9bd5b75d57b936fda0 /src/main/resources | |
parent | aaad601dca3f6ba333b4daebb82f3f7a4716eecd (diff) |
[Update] Version 0.10.2+ Bugfix that breaks compatibility
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 70852d9..46049fa 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.9.2", + "version": "0.10.2", "name": "Transit API", "description": "Move about!", |