Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed May 16, 2021
1 parent b94dbf6 commit bcbc1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'forge'
// Bump this every new code update after a version release, even if not releasing yet, that
// way SNAPSHOT's work properly as something like `2.1.2-SNAPSHOT` orders before `2.1.2 in
// SEMVER that gradle uses.
version = "2.1.2"
version = "2.1.3"
group = "ganymedes01.etfuturum"
archivesBaseName = "Et_Futurum_Requiem"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ganymedes01/etfuturum/lib/Reference.java
Original file line number Diff line number Diff line change
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,);after:Thaumcraft@[4.2.3.5,);after:TwilightForest;";
public static final String VERSION_NUMBER = "2.1.2";
public static final String VERSION_NUMBER = "2.1.3";
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

0 comments on commit bcbc1eb

Please sign in to comment.