Skip to content

Commit ea56fc5

Browse files
committed
bump version
1 parent ce912df commit ea56fc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
apply plugin: 'net.minecraftforge.gradle.forge'
3030
apply plugin: 'idea'
3131

32-
version = "2.5.1-r"
32+
version = "2.5.2-r"
3333
group = "ae2fc"
3434
archivesBaseName = "Fluid Craft for AE2"
3535

src/main/java/com/glodblock/github/FluidCraft.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class FluidCraft {
1515

1616
public static final String MODID = "ae2fc";
17-
public static final String VERSION = "2.5.1-r";
17+
public static final String VERSION = "2.5.2-r";
1818

1919
@Mod.Instance(MODID)
2020
public static FluidCraft INSTANCE;

src/main/java/com/glodblock/github/client/warn/WarnMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void onTick(TickEvent.ClientTickEvent event) {
2323
if (!finished && Minecraft.getMinecraft().player != null) {
2424
EntityPlayer player = Minecraft.getMinecraft().player;
2525
finished = true;
26-
player.sendMessage(new TextComponentString("AE2FC 2.5.1-r is on beta test!"));
26+
player.sendMessage(new TextComponentString("AE2FC 2.5.2-r is on beta test!"));
2727
player.sendMessage(new TextComponentString("If you encounter any bug or something not working"));
2828
player.sendMessage(new TextComponentString("Please report it to https://github.com/GlodBlock/AE2FluidCraft-Rework"));
2929
MinecraftForge.EVENT_BUS.unregister(this);

0 commit comments

Comments
 (0)