Version push

This commit is contained in:
Jared 2017-09-07 21:06:03 +02:00
parent da4f635f09
commit 8f79356150
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "4.0.1"
version = "4.0.2"
group = "com.blamejared.modtweaker"
archivesBaseName = "modtweaker"

View file

@ -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.1";
public static final String VERSION = "4.0.2";
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mtlib;before:jei";
}