diff --git a/build.gradle b/build.gradle index 8ce5665ed..91a49e756 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r30" +version = "1.9-r31" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index cd72dfb45..52628336e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.9-r31 +* Added Phantom Redstoneface +* Changed storage crate upgrade recipe because it was clashing with Storage Drawers +* Added Reconstruction Module as Rarmor integration. Install Canitzp's Rarmor to find out what it is and does. +* Added Patreon button to the booklet because I wantz all teh moneyz + # 1.9-r30 * Fixed mcmod.info being broken * Fixed OreDictionary creating empty entries when searching for names diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 5368b4d47..7c8691c2d 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=30 \ No newline at end of file +1.9=31 \ No newline at end of file