bump version
im not using eclipse so i do it manually
This commit is contained in:
parent
2b015b3395
commit
d157eccda2
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -142,7 +142,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
|
|||
* @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
|
||||
|
@ -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");
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue