Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
RCXcrafter committed Jan 26, 2021
1 parent 292cda6 commit 2d3722f
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12.2-1.2.4"
version = "1.12.2-1.2.5"
group = "com.rcx.materialis" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "materialis"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rcx/materialis/Materialis.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Materialis {
public static CommonProxy proxy;
public static final String ID = "materialis";
public static final String NAME = "Materialis";
public static final String VERSION = "1.2.4";
public static final String VERSION = "1.2.5";

public static ItemStack tabItem = TinkerCommons.ingotKnightSlime;
public static CreativeTab MatTab = new CreativeTab(ID + ".creativeTab", ItemStack.EMPTY) {
Expand Down

0 comments on commit 2d3722f

Please sign in to comment.