diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-11-16 13:24:49 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-11-16 13:24:49 -0500 |
commit | 20f2c0836b309a95cfcf0d9c13fafeefc5c1d5e7 (patch) | |
tree | c39040a546695c23233274e9e782902fb9588bd2 /src/main/resources | |
parent | d1680864edfbc7cec0e6decf1e3a2b30f120aa0e (diff) |
Change how GroupRegistry deals with Wildcard Generics
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 6f2fbd5..94912c3 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": "3.0.0-alpha", + "version": "3.0.0-alpha-2", "name": "Transit API", "description": "Move things about!", |