Incremented version number to 0.0.7
This commit is contained in:
parent
06f3d1c766
commit
8b053a2d45
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
|
|||
// Informs forge that this is a base mod class, and gives it some info for the
|
||||
// FML mod list. This is also where it looks to see if your client's version
|
||||
// matches the server's.
|
||||
@Mod(modid = "mmmPowersuits", name = "MachineMuse Modular Powersuits", version = "0.0.5")
|
||||
@Mod(modid = "mmmPowersuits", name = "MachineMuse Modular Powersuits", version = "0.0.7")
|
||||
// Informs forge of the requirements:
|
||||
//
|
||||
// clientSideRequired means players can't connect without it. True for things
|
||||
|
|
Loading…
Reference in a new issue