diff --git a/build.gradle b/build.gradle index dcf7fa4e8..3e169c513 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r18" +version = "1.7.10-r19" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/src/main/java/de/ellpeck/actuallyadditions/api/package-info.java b/src/main/java/de/ellpeck/actuallyadditions/api/package-info.java index 9aff7bf1f..47b2c3519 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/api/package-info.java +++ b/src/main/java/de/ellpeck/actuallyadditions/api/package-info.java @@ -7,7 +7,7 @@ * * © 2016 Ellpeck */ -@API(owner = "ActuallyAdditions", apiVersion = "2", provides = "ActuallyAdditionsAPI") +@API(owner = "ActuallyAdditions", apiVersion = "3", provides = "ActuallyAdditionsAPI") package de.ellpeck.actuallyadditions.api; import cpw.mods.fml.common.API; \ No newline at end of file diff --git a/update/changelog.md b/update/changelog.md index 6b05bf6a5..8227eca65 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 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 +* [API] Increased version to 3 + # 1.7.10-r18 * Added Bacon (Don't name it Ellspeck. Just don't.) * Added an API. diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 0a7092c93..ee4ad6dc7 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r18 \ No newline at end of file +1.7.10-r19 \ No newline at end of file