This is v0.6

This commit is contained in:
Raoul Van den Berge
2016-04-05 19:38:31 +02:00
parent 9cb8e6e89f
commit 87e57725b1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Refined Storage Changelog
### 0.5.5
### 0.6
**Bugfixes**
- Fixed Grid crash

View File

@@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.5.5"
version = "0.6"
group = "refinedstorage"
archivesBaseName = "refinedstorage"

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.5.5";
public static final String VERSION = "0.6";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

View File

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