version push

This commit is contained in:
Jared 2020-02-14 03:16:52 +02:00
parent 628880eff5
commit bd641c049f
No known key found for this signature in database
GPG key ID: E48C3F8C38CE2EF1
2 changed files with 2 additions and 2 deletions

View file

@ -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"

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