Updated Version Numbers

Updated all version numbers manually. Hopefully we'll automate this in
the future.
This commit is contained in:
SenseiKiwi
2014-03-06 02:11:05 -04:00
parent 87452e783c
commit f01222afee
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ serverPacketHandlerSpec =
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
public class mod_pocketDim
{
public static final String version = "1.6.4R2.1.2RC1";
public static final String version = "1.6.4R2.2.2RC1";
public static final String modid = "dimdoors";
//need to clean up

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.4R2.1.2RC1",
"version": "1.6.4R2.2.2RC1",
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
"logoFile": "/dimdoors_logo.png",
"mcversion": "",