diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-05-01 10:19:06 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-05-01 10:19:06 -0700 |
commit | 7e2f2ce1d2af02a31368662a3e465ea1581e9112 (patch) | |
tree | 02f104e1ceafe3e627eb3d0a1e54259a80667ffc /gradle.properties | |
parent | 17083f07fc0a464d520c1b233676ebe7bdc8fa2f (diff) | |
download | Iceberg-7e2f2ce1d2af02a31368662a3e465ea1581e9112.tar.gz Iceberg-7e2f2ce1d2af02a31368662a3e465ea1581e9112.tar.bz2 Iceberg-7e2f2ce1d2af02a31368662a3e465ea1581e9112.zip |
Fixed Sodium crash. Fixed tooltip shadow bug.
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 febfb40..d06ca0d 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.9 +version=1.1.10 mcVersion=1.19.4 fabricVersion=0.78.0+1.19.4 |