Version bump to 1.3.5

This commit is contained in:
Raoul Van den Berge
2016-12-13 21:34:02 +01:00
parent da5f97ff61
commit b0f03ed46c
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.4";
public static final String VERSION = "1.3.5";
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";