Skip to content

Commit

Permalink
Hotfix for armor rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jriwanek committed May 2, 2016
1 parent efc719b commit 0236b13
Show file tree
Hide file tree
Showing 36 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 @@ -37,7 +37,7 @@ allprojects {
targetCompatibility = 1.8
}

version = "0.9.2.2"
version = "0.9.2.3"
group= "modernmetals" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ModernMetals"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/modernmetals/ModernMetals.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ModernMetals
public static ModernMetals INSTANCE = null;
public static final String MODID = "modernmetals";
public static final String NAME = "Modern Metals";
public static final String VERSION = "0.9.2.2";
public static final String VERSION = "0.9.2.3";

/** All ore-spawn files discovered in the ore-spawn folder */
public static final List<Path> oreSpawnConfigFiles = new LinkedList<>();
Expand Down

0 comments on commit 0236b13

Please sign in to comment.