Bumped to version 1.3.1

This commit is contained in:
LemADEC 2015-08-08 15:46:59 +02:00
parent 01d7d569ef
commit c2f2259d82
3 changed files with 9 additions and 5 deletions

View file

@ -17,13 +17,17 @@ buildscript {
apply plugin: 'forge'
version = "1.3.0"
group= "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
version = "1.3.1"
group = "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "warpdrive"
minecraft {
version = "1.7.10-10.13.4.1492-1.7.10"
runDir = "eclipse"
// replacing
replace "@version@", project.version
replaceIn "WarpDrive.java"
}
dependencies {

View file

@ -117,7 +117,7 @@ import cr0s.warpdrive.world.SpaceWorldGenerator;
*/
public class WarpDrive implements LoadingCallback {
public static final String MODID = "WarpDrive";
public static final String VERSION = "1.3.0.0";
public static final String VERSION = "@version@";
public static Block warpCore;
public static Block protocolBlock;

View file

@ -8,8 +8,8 @@ Jump to hyperspace for long-range traveling!
Set up laser cannons on your ship to fight with other players' ships, or craft a mining laser to collect valuable resources on Earth or in space.
Cloak your ship, base or a space station from your enemies!
And lots more!",
"version": "1.3.0.0",
"mcversion": "1.7.10",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://www.minecraftforum.net/topic/1444954-",
"updateUrl": "",
"authors": ["Cr0s", "DarkholmeTenk", "drpepper240", "ZLOFENIX", "LemADEC"],