diff --git a/build.gradle b/build.gradle index 58cdfc4e5..17dd5397b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.10.2-r48" +version = "1.10.2-r49" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index a245eb03c..5d2993225 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.10.2-r49 +* Fixed a dube bug that caused the reconstructor to create about a thousand bajillion more items and blocks than it should. +* Yea. I'm pretty great. >_< + # 1.10.2-r48 * Added Shock Suppressor, a block that will cause explosions not to happen * Added Phantom Placer Siding rule button diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 40abbbc11..c96661e33 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,4 +3,4 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=48 \ No newline at end of file +1.10.2=49 \ No newline at end of file