From f316d690d434826f0a60d33346d348adf1d21fd1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 7 Jul 2015 14:35:37 +0200 Subject: [PATCH] Update! :D --- build.gradle | 2 +- src/main/java/ellpeck/actuallyadditions/util/ModUtil.java | 2 +- update/changelog.txt | 2 +- update/newestVersion.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f654b0a8c..5061ec306 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-0.0.6.4" +version = "1.7.10-0.0.6.5" 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 a5b51720a..ab16e8350 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.6.4"; + public static final String VERSION = "1.7.10-0.0.6.5"; 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 cbe536fa9..dc495501d 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Fixed a Bug with the ESD crashing on starting a World \ No newline at end of file +Fixed the Drill Silk Touching not working, Phantomface Particles, unused Block! :D \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index fe4883ea1..7f259dfc6 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.6.4 \ No newline at end of file +1.7.10-0.0.6.5 \ No newline at end of file