From 227bfeadece06d591e89a77c20a2e9585d8be736 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 6 Jan 2016 18:12:16 +0100 Subject: [PATCH] r20. I'm sorry. --- build.gradle | 2 +- update/changelog.md | 3 +++ update/updateVersion.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3e169c513..50fc36cf7 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r19" +version = "1.7.10-r20" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 8227eca65..8bcdfa910 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.7.10-r20 +* Fixed another stupid obfuscation bug. Great. /shrugs + # 1.7.10-r19 * Added API and Dev version as seperate jars * Fixed a nasty bug with obfuscation causing some booklet pages to crash the game diff --git a/update/updateVersion.txt b/update/updateVersion.txt index ee4ad6dc7..42392d70f 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r19 \ No newline at end of file +1.7.10-r20 \ No newline at end of file