Skip to content

Commit

Permalink
bump version (9.4.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jun 15, 2018
1 parent 73cc1d9 commit 3e469fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -3,7 +3,7 @@ mappings_version=snapshot_20170625
forge_version=14.23.2.2634
mcmp_version=2.3.3
jei_version=4.7.0.67
mod_version=9.4.12
mod_version=9.4.13
tesla_version=1.0.59
invtweak_version=1.63
opencomputers_version=1.7.0.24
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mekanism/common/Mekanism.java
Expand Up @@ -191,7 +191,7 @@ public class Mekanism
public static Configuration configuration;

/** Mekanism version number */
public static Version versionNumber = new Version(9, 4, 12);
public static Version versionNumber = new Version(9, 4, 13);

/** MultiblockManagers for various structrures */
public static MultiblockManager<SynchronizedTankData> tankManager = new MultiblockManager<>("dynamicTank");
Expand Down
Expand Up @@ -52,7 +52,7 @@ public class MekanismGenerators implements IModule
public static MekanismGenerators instance;

/** MekanismGenerators version number */
public static Version versionNumber = new Version(9, 4, 12);
public static Version versionNumber = new Version(9, 4, 13);

public static MultiblockManager<SynchronizedTurbineData> turbineManager = new MultiblockManager<>("industrialTurbine");

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mekanism/tools/common/MekanismTools.java
Expand Up @@ -45,7 +45,7 @@ public class MekanismTools implements IModule
public static MekanismTools instance;

/** MekanismTools version number */
public static Version versionNumber = new Version(9, 4, 12);
public static Version versionNumber = new Version(9, 4, 13);

//Enums: Tools
public static ToolMaterial toolOBSIDIAN;
Expand Down

0 comments on commit 3e469fb

Please sign in to comment.