r19! Sorry for this update >_>

This commit is contained in:
Ellpeck 2016-01-06 05:28:31 +01:00
parent f16f1e0496
commit a135ecf32c
4 changed files with 8 additions and 3 deletions

View file

@ -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"

View file

@ -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;

View file

@ -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.

View file

@ -1 +1 @@
1.7.10-r18
1.7.10-r19