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