Patch release
This commit is contained in:
@@ -12,7 +12,7 @@ buildscript {
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "0.1"
|
||||
version = "0.1.1"
|
||||
group = "storagecraft"
|
||||
archivesBaseName = "storagecraft"
|
||||
|
||||
|
@@ -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";
|
||||
public static final String VERSION = "0.1.1";
|
||||
|
||||
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"modid": "storagecraft",
|
||||
"name": "StorageCraft",
|
||||
"description": "A Minecraft mod all about storage.",
|
||||
"version": "0.1",
|
||||
"version": "0.1.1",
|
||||
"mcversion": "1.8.9",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
Reference in New Issue
Block a user