aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-11 22:52:58 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-11 22:52:58 -0700
commit0eb0e8504684ad9e7bdae99a54de618809cee8d4 (patch)
treefdac5271bde7d3f1166de532313903b9b86c5094 /gradle.properties
parent8c02a2a7e0d2e2951cdc6a4382a6aa8f235ec63b (diff)
downloadIceberg-0eb0e8504684ad9e7bdae99a54de618809cee8d4.tar.gz
Iceberg-0eb0e8504684ad9e7bdae99a54de618809cee8d4.tar.bz2
Iceberg-0eb0e8504684ad9e7bdae99a54de618809cee8d4.zip
Fixed a null pointer exception during tooltip calculation. Fixed a
compatibility issue with advancement-related mods.
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 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