aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2022-05-19 15:53:47 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2022-05-19 15:53:47 -0700
commitfd1948939a5978832ce5da5bb2dbbd0df49a2ac3 (patch)
tree7856ada82a27bb0cf136fbbd9296aa351a85f22a /gradle.properties
parent312cf6b1d2990d7632807dfa5ef93b8dd2cbb865 (diff)
downloadIceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.tar.gz
Iceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.tar.bz2
Iceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.zip
Bumped required forge version to 40.1, fixed IcebergConfig crash.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 6f85d13..d2074a4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,6 +6,6 @@ org.gradle.daemon=false
name=${rootProject.name}
group=com.anthonyhilyard.${name.toLowerCase()}
author=anthonyhilyard
-version=1.0.40
-mcVersion=1.18.1
-forgeVersion=39.0.9
+version=1.0.41
+mcVersion=1.18.2
+forgeVersion=40.1.17 \ No newline at end of file