Bump to 1.4.15
This commit is contained in:
		@@ -20,7 +20,7 @@ apply plugin: 'maven'
 | 
			
		||||
apply plugin: 'maven-publish'
 | 
			
		||||
apply plugin: 'net.minecraftforge.gradle.forge'
 | 
			
		||||
 | 
			
		||||
version = "1.4.14"
 | 
			
		||||
version = "1.4.15"
 | 
			
		||||
group = "refinedstorage"
 | 
			
		||||
archivesBaseName = "refinedstorage"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ public final class RS {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static final String ID = "refinedstorage";
 | 
			
		||||
    public static final String VERSION = "1.4.14";
 | 
			
		||||
    public static final String VERSION = "1.4.15";
 | 
			
		||||
    public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);after:jei@[4.5.0,);";
 | 
			
		||||
    public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
 | 
			
		||||
    public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update";
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
      "modid": "refinedstorage",
 | 
			
		||||
      "name": "Refined Storage",
 | 
			
		||||
      "description": "An elegant solution to your hoarding problem",
 | 
			
		||||
      "version": "1.4.14",
 | 
			
		||||
      "version": "1.4.15",
 | 
			
		||||
      "mcversion": "1.11.2",
 | 
			
		||||
      "url": "https://refinedstorage.raoulvdberge.com",
 | 
			
		||||
      "updateUrl": "",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user