From ac69a23dacfe35f7f24b8d3d86acd67133992ad0 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Tue, 26 Oct 2021 12:15:56 -0700 Subject: Network protocol rewrite. Fixed final warning. Fixed gradient rect crash. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 5d215d0..5320282 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false name=${rootProject.name} group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard -version=1.0.17 +version=1.0.19 mcVersion=1.17.1 fabricVersion=0.39.2+1.17 -- cgit