diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-03-29 23:12:14 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-03-29 23:12:14 -0700 |
commit | 81ee44c7b9297e24cf7b3e8be3452d06d4d7a7ac (patch) | |
tree | ce0352c615677bd5b9bebfcdfbca1a72bd6ebc6d /gradle.properties | |
parent | b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f (diff) | |
download | Iceberg-81ee44c7b9297e24cf7b3e8be3452d06d4d7a7ac.tar.gz Iceberg-81ee44c7b9297e24cf7b3e8be3452d06d4d7a7ac.tar.bz2 Iceberg-81ee44c7b9297e24cf7b3e8be3452d06d4d7a7ac.zip |
Fixed several 3d item preview issues.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 21b63f4..6342a95 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.1.4 +version=1.1.5 mcVersion=1.19.3 fabricVersion=0.72.0+1.19.3 |