Bump version to 0.8.19

This commit is contained in:
Raoul Van den Berge
2016-08-11 23:29:26 +02:00
parent 8a23641388
commit 75fdf13cbf
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, dependencies = RefinedStorage.DEPENDENCIES)
public final class RefinedStorage {
public static final String ID = "refinedstorage";
public static final String VERSION = "0.8.18";
public static final String VERSION = "0.8.19";
public static final String DEPENDENCIES = "required-after:mcmultipart@[1.2.1,);";
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")

View File

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