Bump to 0.8.14

This commit is contained in:
Raoul Van den Berge
2016-08-01 00:15:24 +02:00
parent 9f272406f6
commit ddd6c319e1
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ import java.util.List;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
public final class RefinedStorage {
public static final String ID = "refinedstorage";
public static final String VERSION = "0.8.13";
public static final String VERSION = "0.8.14";
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
public static CommonProxy PROXY;

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage",
"name": "Refined Storage",
"description": "A Minecraft mod all about storage.",
"version": "0.8.13",
"version": "0.8.14",
"mcversion": "1.10.2",
"url": "",
"updateUrl": "",