Skip to content

Commit 26db176

Browse files
committed
bump version
1 parent 871c733 commit 26db176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.13-r"
32+
version = "2.4.14-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
@@ -20,7 +20,7 @@
2020
public class FluidCraft {
2121

2222
public static final String MODID = "ae2fc";
23-
public static final String VERSION = "2.4.13-r";
23+
public static final String VERSION = "2.4.14-r";
2424

2525
@Mod.Instance(MODID)
2626
public static FluidCraft INSTANCE;

0 commit comments

Comments
 (0)