diff --git a/build.gradle b/build.gradle index e688de1a6..9babbfefb 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r110" +version = "1.12-r111" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ac57439f6..63017a183 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12-r111 +* Did the thing + # 1.11.2-r110 * Fix config typo (sindrefag) * Add a config for oil generator values diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 8673f6623..bbaaba73a 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,5 @@ 1.10=46 1.10.2=105 1.11=92 -1.11.2=110 \ No newline at end of file +1.11.2=110 +1.12=111 \ No newline at end of file