Version bump to 1.3.6

This commit is contained in:
Raoul Van den Berge
2016-12-15 14:06:08 +01:00
parent 9ecacdea1e
commit da119d3812
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.5";
public static final String VERSION = "1.3.6";
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";