Version bump to 0.8.2

This commit is contained in:
Raoul Van den Berge
2016-06-30 23:00:59 +02:00
parent e6b5015ef8
commit 78d09ee881
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
public final class RefinedStorage {
public static final String ID = "refinedstorage";
public static final String VERSION = "0.8.1";
public static final String VERSION = "0.8.2";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);