diff --git a/build.gradle b/build.gradle index 5c1c33925..5e82ae1de 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r111" +version = "1.12-r112" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 63017a183..5aa9221b6 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12-r112 +* Fixed the mod for newer versions of Forge +* Actually Shadows-of-Fire did all the work so yea, thanks + # 1.12-r111 * Did the thing diff --git a/update/updateVersions.properties b/update/updateVersions.properties index bbaaba73a..71a4f442e 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -6,4 +6,4 @@ 1.10.2=105 1.11=92 1.11.2=110 -1.12=111 \ No newline at end of file +1.12=112 \ No newline at end of file