diff --git a/build.gradle b/build.gradle index 2af857636..aa3ca9d75 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-0.0.9.2" +version = "1.7.10-0.0.9.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 dc5ed5f37..f89cb84f2 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java +++ b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java @@ -15,7 +15,7 @@ import org.apache.logging.log4j.Logger; public class ModUtil{ - public static final String VERSION = "1.7.10-0.0.9.2"; + public static final String VERSION = "1.7.10-0.0.9.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 7d7814365..c15ca58b3 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Made the ActAdd Manual Tooltip more subtle, added better coffee machine pages into the book \ No newline at end of file +Leaf-Eating Generator, Long-Range Breaker, Ranged Collector, Better NEI \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index 7d4c58d34..ebc5570f3 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.9.2 \ No newline at end of file +1.7.10-0.0.9.3 \ No newline at end of file