Version bump to 0.8.16 + update versions

This commit is contained in:
Raoul Van den Berge
2016-08-02 20:11:35 +02:00
parent 2215f279bd
commit 84cda83005
3 changed files with 5 additions and 5 deletions

View File

@@ -12,12 +12,12 @@ buildscript {
} }
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.8.15" version = "0.8.16"
group = "refinedstorage" group = "refinedstorage"
archivesBaseName = "refinedstorage" archivesBaseName = "refinedstorage"
minecraft { minecraft {
version = "1.10.2-12.18.1.2014" version = "1.10.2-12.18.1.2044"
runDir = "run" runDir = "run"
useDepAts = true useDepAts = true
mappings = "snapshot_20160518" mappings = "snapshot_20160518"
@@ -39,7 +39,7 @@ repositories {
dependencies { dependencies {
deobfCompile "mezz.jei:jei_1.10.2:3.7.+" deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
compile "net.darkhax.tesla:Tesla:1.10-1.2.0.34" compile "net.darkhax.tesla:Tesla:1.10-1.2.0.34"
compile "net.industrial-craft:industrialcraft-2:2.6.9-ex110:api" compile "net.industrial-craft:industrialcraft-2:2.6.26-ex110:api"
} }
processResources { processResources {

View File

@@ -23,7 +23,7 @@ import java.util.List;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION) @Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
public final class RefinedStorage { public final class RefinedStorage {
public static final String ID = "refinedstorage"; public static final String ID = "refinedstorage";
public static final String VERSION = "0.8.15"; public static final String VERSION = "0.8.16";
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy") @SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
public static CommonProxy PROXY; public static CommonProxy PROXY;

View File

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