Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganymedes01 committed Jan 11, 2016
1 parent 6b1ef5d commit 3e3a7d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.5.3"
version = "1.5.4"
group = "ganymedes01.etfuturum"
archivesBaseName = "Et Futurum"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ganymedes01/etfuturum/lib/Reference.java
Expand Up @@ -5,7 +5,7 @@ public class Reference {
public static final String MOD_ID = "etfuturum";
public static final String MOD_NAME = "Et Futurum";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.4.1558,);";
public static final String VERSION_NUMBER = "1.5.3";
public static final String VERSION_NUMBER = "1.5.4";
public static final String ITEM_BLOCK_TEXTURE_PATH = MOD_ID + ":";
public static final String ARMOUR_TEXTURE_PATH = ITEM_BLOCK_TEXTURE_PATH + "textures/models/armor/";
public static final String ENTITY_TEXTURE_PATH = ITEM_BLOCK_TEXTURE_PATH + "textures/entities/";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Expand Up @@ -3,7 +3,7 @@
"modid": "etfuturum",
"name": "Et Futurum",
"description": "A mod dedicated to bring future features to 1.7.10",
"version": "1.5.3",
"version": "1.5.4",
"url": "",
"updateUrl": "",
"authorList": [
Expand Down

0 comments on commit 3e3a7d4

Please sign in to comment.