forgot to bump the api version number for the added file system factory method

This commit is contained in:
Florian Nücke 2014-03-09 21:09:52 +01:00
parent 09342e9f08
commit 667287434f

View File

@ -37,5 +37,5 @@
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI",
apiVersion = "1.4.4")
apiVersion = "1.4.5")
package li.cil.oc.api;