summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2019-11-22 10:35:21 -0500
committerKyle Gunger <kgunger12@gmail.com>2019-11-22 10:35:21 -0500
commitc05689ba385733ee52ca825b194134126640af8a (patch)
tree66674f5af72f9bfa97e8ee377f4e894f8fca9a72 /gradle.properties
parentd08cbf6b8705df234077c49608de3c2f7ff0e3fa (diff)
[Update] Nodes now transfer things
~ Switched Provider and Acceptor to ProviderNode and AcceptorNode ~ Nodes are now expected to connect to eachother on their own ~ Inventory hooks are not here, but have been thought through Signed-off-by: Kyle Gunger <kgunger12@gmail.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index fca60ca..7684a47 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.6.1+build.164
# Mod Properties
- mod_version = 0.2.8
+ mod_version = 0.3.1
maven_group = net.transit
archives_base_name = transit-api