diff --git a/build.gradle b/build.gradle index d54732795..aa37da6d1 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11.2-r101" +version = "1.11.2-r102" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 07945e1cb..ee43c33f5 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.11.2-r102 +* Fixed dedicated servers crashing + # 1.11.2-r101 * Added Laser Relay Insibility Upgrade * Added Laser Relay Range Upgrade diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 244e89393..9a0ab2259 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=98 1.11=92 -1.11.2=101 \ No newline at end of file +1.11.2=102 \ No newline at end of file