Merge pull request #153 from SenseiKiwi/master

Updated Version
This commit is contained in:
StevenRS11 2014-04-11 21:56:45 -04:00
commit ae4dbb24e4
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ apply plugin: 'forge'
version = "2.2.2RC1-" + System.getenv("BUILD_NUMBER")
version = "2.2.3-" + System.getenv("BUILD_NUMBER")
group= "com.stevenrs11.dimdoors" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "DimensionalDoors"

View file

@ -99,7 +99,7 @@ serverPacketHandlerSpec =
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
public class mod_pocketDim
{
public static final String version = "1.6.4R2.2.2RC1";
public static final String version = "1.6.4-R2.2.3";
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.2.2RC1",
"version": "1.6.4-R2.2.3",
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
"logoFile": "/dimdoors_logo.png",
"mcversion": "",