Increased Version Number

Increased the mod's version number to account for recent fixes and small
features.
This commit is contained in:
SenseiKiwi
2014-07-02 13:59:55 -04:00
parent 3d88e72ecb
commit ec290b0dc1
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ serverPacketHandlerSpec =
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
public class mod_pocketDim
{
public static final String version = "1.6.4-R2.2.3";
public static final String version = "1.6.4-R2.2.4";
public static final String modid = "dimdoors";
//TODO need a place to stick all these constants

View File

@@ -6,7 +6,7 @@
"modid": "dimdoors",
"name": "Dimensional Doors",
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
"version": "1.6.4-R2.2.3",
"version": "1.6.4-R2.2.4",
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
"logoFile": "/dimdoors_logo.png",
"mcversion": "",