We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628880e commit bd641c0Copy full SHA for bd641c0
2 files changed
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
}
12
apply plugin: 'net.minecraftforge.gradle.forge'
13
14
-version = "4.0.17"
+version = "4.0.18"
15
group = "com.blamejared.modtweaker"
16
archivesBaseName = "modtweaker"
17
src/main/java/com/blamejared/reference/Reference.java
@@ -4,6 +4,6 @@ public class Reference {
4
5
public static final String MODID = "modtweaker";
6
public static final String NAME = "Modtweaker";
7
- public static final String VERSION = "4.0.17";
+ public static final String VERSION = "4.0.18";
8
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mtlib;before:jei";
9
0 commit comments