Skip to content

Commit

Permalink
version push
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Feb 14, 2020
1 parent 628880e commit bd641c0
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 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "4.0.17"
version = "4.0.18"
group = "com.blamejared.modtweaker"
archivesBaseName = "modtweaker"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/blamejared/reference/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class Reference {

public static final String MODID = "modtweaker";
public static final String NAME = "Modtweaker";
public static final String VERSION = "4.0.17";
public static final String VERSION = "4.0.18";
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mtlib;before:jei";
}

0 comments on commit bd641c0

Please sign in to comment.