diff --git a/build.gradle b/build.gradle index 23d99f76a..61a5cc87c 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.1" +version = "1.7.10-0.0.7.2" 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 fcd78d998..55570fc6d 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.1"; + public static final String VERSION = "1.7.10-0.0.7.2"; 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 c7c85e220..cf5bd5297 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Changed TeleStaff's Behavior, fixed Drill not mining some Blocks correctly \ No newline at end of file +Added ESD descriptions, made the Drill work better \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index 058af7b22..2c57a6ece 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.7.1 \ No newline at end of file +1.7.10-0.0.7.2 \ No newline at end of file