From 0eb0e8504684ad9e7bdae99a54de618809cee8d4 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Mon, 11 Oct 2021 22:52:58 -0700 Subject: Fixed a null pointer exception during tooltip calculation. Fixed a compatibility issue with advancement-related mods. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 7a5db84..2534db5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.daemon=false name=Iceberg group=com.anthonyhilyard.iceberg author=anthonyhilyard -version=1.0.10 +version=1.0.12 mcVersion=1.16.5 forgeVersion=36.2.2 \ No newline at end of file -- cgit