Increment version
This commit is contained in:
parent
cd70c1b20b
commit
ecf7fd12f1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ import cpw.mods.fml.relauncher.Side;
|
||||||
@Mod(modid = mod_pocketDim.modid, name = "Dimensional Doors", version = mod_pocketDim.version)
|
@Mod(modid = mod_pocketDim.modid, name = "Dimensional Doors", version = mod_pocketDim.version)
|
||||||
public class mod_pocketDim
|
public class mod_pocketDim
|
||||||
{
|
{
|
||||||
public static final String version = "2.2.5-test";
|
public static final String version = "2.2.5-test9";
|
||||||
public static final String modid = "dimdoors";
|
public static final String modid = "dimdoors";
|
||||||
|
|
||||||
//TODO need a place to stick all these constants
|
//TODO need a place to stick all these constants
|
||||||
|
|
Loading…
Reference in a new issue