From 42c04fec9068ab72a985ea6bc1ee4d94525cb5e3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 22 Jul 2016 00:20:07 +0200 Subject: [PATCH] r54. I hate my life. --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d400107f2..2fb97a086 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-r53" +version = "1.10.2-r54" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 0048507cf..edf9e8f3e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.10.2-r54 +* Fixed Tesla power system integration. +* Yay for update spam. Or something to that effect. + # 1.10.2-r53 * Made the player able to click in GUIs again. Pretend this never happened please. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 6341aed49..0e8994ad8 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=53 \ No newline at end of file +1.10.2=54 \ No newline at end of file