diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-05-19 20:50:30 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-05-19 20:50:30 -0700 |
commit | 8b014a52c0059ef8e1d420dfc5674bd6e1c70b1a (patch) | |
tree | 253ecbc92e2149c43557da4ba499a25955d6986d /gradle.properties | |
parent | fd1948939a5978832ce5da5bb2dbbd0df49a2ac3 (diff) | |
download | Iceberg-8b014a52c0059ef8e1d420dfc5674bd6e1c70b1a.tar.gz Iceberg-8b014a52c0059ef8e1d420dfc5674bd6e1c70b1a.tar.bz2 Iceberg-8b014a52c0059ef8e1d420dfc5674bd6e1c70b1a.zip |
Raised required Forge version to prevent a crash.
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 d2074a4..a060dfd 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.41 +version=1.0.42 mcVersion=1.18.2 forgeVersion=40.1.17
\ No newline at end of file |