From 583130025bd611bc5a9979d20309666433e4aeb9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 19 Sep 2015 18:28:31 +0200 Subject: [PATCH] 0.0.9.0! --- 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 1abf68f04..59d5add45 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-0.0.8.2" +version = "1.7.10-0.0.9.0" 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 37eb9fa0e..fbe60518a 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.8.2"; + public static final String VERSION = "1.7.10-0.0.9.0"; 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 4d8b03e70..a6d9524f1 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Lots of Fixes, Smiley Clouds! \ No newline at end of file +Added the Actually Additions Manual with everything you need to know awesomely organized! \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index b58e62fa5..13e3612fd 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.8.1 \ No newline at end of file +1.7.10-0.0.9.0 \ No newline at end of file