version++

This commit is contained in:
Raoul Van den Berge
2016-01-31 14:26:53 +01:00
parent 5601b26dc2
commit 881dffa8e0
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import storagecraft.proxy.CommonProxy;
public final class StorageCraft
{
public static final String ID = "storagecraft";
public static final String VERSION = "0.1.1";
public static final String VERSION = "0.2";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

View File

@@ -3,7 +3,7 @@
"modid": "storagecraft",
"name": "StorageCraft",
"description": "A Minecraft mod all about storage.",
"version": "0.1.1",
"version": "0.2",
"mcversion": "1.8.9",
"url": "",
"updateUrl": "",