diff --git a/build.gradle b/build.gradle index 61a5cc87c..a94c3ff48 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-0.0.7.2" +version = "1.7.10-0.0.7.3" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java index 55570fc6d..b668ddbe1 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java +++ b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java @@ -5,7 +5,7 @@ import org.apache.logging.log4j.Logger; public class ModUtil{ - public static final String VERSION = "1.7.10-0.0.7.2"; + public static final String VERSION = "1.7.10-0.0.7.3"; public static final String MOD_ID = "ActuallyAdditions"; public static final String NAME = "Actually Additions"; diff --git a/update/changelog.txt b/update/changelog.txt index cf5bd5297..c9434aef3 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Added ESD descriptions, made the Drill work better \ No newline at end of file +Added Obsidian and Emerald Armor, Treasure Chests, fixed lots of big bugs \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index 2c57a6ece..cc37c32f3 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.7.2 \ No newline at end of file +1.7.10-0.0.7.3 \ No newline at end of file