Bump to 1.5.11

This commit is contained in:
raoulvdberge
2017-07-15 13:13:13 +02:00
parent 58604d0e78
commit f7be884537
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.5.10"
version = "1.5.11"
group = "refinedstorage"
archivesBaseName = "refinedstorage"

View File

@@ -21,7 +21,7 @@ public final class RS {
}
public static final String ID = "refinedstorage";
public static final String VERSION = "1.5.10";
public static final String VERSION = "1.5.11";
public static final String DEPENDENCIES = "required-after:forge@[14.21.0.2363,);after:mcmultipart@[2.2.1,);after:storagedrawers@[1.12-5.2.2,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update";

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage",
"name": "Refined Storage",
"description": "An elegant solution to your hoarding problem",
"version": "1.5.10",
"version": "1.5.11",
"mcversion": "1.12",
"url": "https://refinedstorage.raoulvdberge.com",
"updateUrl": "",