Version increment to 0.7.10

This commit is contained in:
Raoul Van den Berge
2016-06-11 12:24:15 +02:00
parent e39047f984
commit d94e32cbb3
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.7.9"
version = "0.7.10"
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.7.9";
public static final String VERSION = "0.7.10";
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.7.9",
"version": "0.7.10",
"mcversion": "1.9.4",
"url": "",
"updateUrl": "",