Skip to content

Commit

Permalink
version push to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed Sep 15, 2018
1 parent 3a66e30 commit b142a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "2.3.3"
version = "2.3.4"
group = "atm.bloodworkxgaming.oeintegration" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "oeintegration"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@Mod.EventBusSubscriber
public class OreExcavationIntegration {
public static final String MOD_ID = "oeintegration";
public static final String VERSION = "2.3.3";
public static final String VERSION = "2.3.4";
public static final String MOD_NAME = "OreExcavationIntegration";
public static final String DEPENDENCIES = "required-after:oreexcavation";
public static final Logger logger = LogManager.getLogger(MOD_ID);
Expand Down

0 comments on commit b142a65

Please sign in to comment.