Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
im not using eclipse so i do it manually
  • Loading branch information
maggi373 committed Aug 4, 2020
1 parent 2b015b3 commit d157ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FMP_version=1.1.2.331
CCLIB_version=1.1.3.136
NEI_version=1.0.4.101
CCC_version=1.0.6.39
mod_version=9.10.1
mod_version=9.10.2
4 changes: 2 additions & 2 deletions src/main/java/mekanism/common/Mekanism.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
* @author AidanBrady
*
*/
@Mod(modid = "Mekanism", name = "Mekanism", version = "9.10.1", guiFactory = "mekanism.client.gui.ConfigGuiFactory",
@Mod(modid = "Mekanism", name = "Mekanism", version = "9.10.2", guiFactory = "mekanism.client.gui.ConfigGuiFactory",
dependencies = "after:ForgeMultipart;after:BuildCraft;after:BuildCraftAPI;after:IC2;after:CoFHCore;" +
"after:ComputerCraft;after:Galacticraft API;after:MetallurgyCore")
public class Mekanism
Expand All @@ -168,7 +168,7 @@ public class Mekanism
public static Configuration configuration;

/** Mekanism version number */
public static Version versionNumber = new Version(9, 10, 1);
public static Version versionNumber = new Version(9, 10, 2);

/** MultiblockManagers for various structrures */
public static MultiblockManager<SynchronizedTankData> tankManager = new MultiblockManager<SynchronizedTankData>("dynamicTank");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "Mekanism",
"name": "Mekanism",
"description": "Energy, Armor, Tools, Weapons, Machines, Magic.",
"version": "9.10.1",
"version": "9.10.2",
"mcversion": "1.7.10",
"updateUrl": "",
"authorList": [
Expand Down

0 comments on commit d157ecc

Please sign in to comment.