diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-17 11:39:12 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-17 11:39:12 -0400 |
commit | 02c5be5b72be71234cbf7a599f1fa7b070066817 (patch) | |
tree | 50be23df858061dacc3e9d2fa4a4fe2fbf98ffac /src/main/resources | |
parent | 5759e17941c537b7c73867d384cb9e22ce6f2b52 (diff) |
[Update] Version 0.9.2
+ Change AcceptorNode and ProviderNode to IAcceptorNode and IProviderNode
+ Change function in IAcceptorNode to be Templated
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 b7c73f7..70852d9 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.8.1", + "version": "0.9.2", "name": "Transit API", "description": "Move about!", |