From f035b1e0241baf97c686f28804f91d6620e63473 Mon Sep 17 00:00:00 2001 From: Ewy Date: Wed, 2 Jun 2021 13:00:17 +0200 Subject: [PATCH] Bump and fix security --- gradle.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7abcfa1..3c8a80a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,15 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G -org.gradle.daemon=false # Mod Info -VERSION=2.0.0 +VERSION=2.0.1 AUTHOR=Ewy MODNAME=Seed Drop MODID=seeddrop # Dependencies MC_VERSION=1.16.5 -FORGE_VERSION=36.1.13 +FORGE_VERSION=36.1.24 MCP_CHANNEL=official MCP_MAPPINGS=1.16.5 \ No newline at end of file