version push

This commit is contained in:
Jared 2019-03-31 02:48:08 +02:00
parent eb8cee2058
commit 4e85abed89
No known key found for this signature in database
GPG key ID: E48C3F8C38CE2EF1
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.16"
version = "4.0.17"
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.16";
public static final String VERSION = "4.0.17";
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mtlib;before:jei";
}