Bump to 1.3.4

This commit is contained in:
Raoul Van den Berge
2016-12-08 15:48:17 +01:00
parent 4844b5d521
commit 2d755dcb75
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ public final class RS {
}
public static final String ID = "refinedstorage";
public static final String VERSION = "1.3.3";
public static final String VERSION = "1.3.4";
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";