From 02c5be5b72be71234cbf7a599f1fa7b070066817 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 17 Apr 2020 11:39:12 -0400 Subject: [Update] Version 0.9.2 + Change AcceptorNode and ProviderNode to IAcceptorNode and IProviderNode + Change function in IAcceptorNode to be Templated --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') 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!", -- cgit v1.2.3