From e8ac3a9120d22282b4e62e97937e7d82b3805c32 Mon Sep 17 00:00:00 2001 From: Dennisbonke <dennisb@kabelfoon.net> Date: Mon, 13 Apr 2015 09:19:28 +0200 Subject: [PATCH] Derped up Version 0.2.1B3. --- build.gradle | 2 +- src/main/java/com/advancedmods/amcore/core/AMCoreProps.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 86c394c..f19527f 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ else println "!! No build number set !!" } -version = "1.7.10-0.2.1-B1" + "-" + project.buildnumber +version = "1.7.10-0.2.1-B3" + "-" + project.buildnumber group= "com.advancedmods.amcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "AMCore" diff --git a/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java b/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java index ea5e911..68ea857 100644 --- a/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java +++ b/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java @@ -14,7 +14,7 @@ public class AMCoreProps { public static final String REQUIRED_FORGE_BASE = "10.13.2.1240"; public static final String FORGE_VERSION = "[" + REQUIRED_FORGE_BASE + "]"; public static final String VERSION_BASE = "R0.2.1"; - public static final String VERSION_IDENTIFIER = "B1"; + public static final String VERSION_IDENTIFIER = "B3"; public static final String VERSION_COMPLETE = MC_VERSION + VERSION_BASE + VERSION_IDENTIFIER; // General Mod Stuff -- GitLab