Bump to 0.8.13
This commit is contained in:
		@@ -12,7 +12,7 @@ buildscript {
 | 
			
		||||
}
 | 
			
		||||
apply plugin: 'net.minecraftforge.gradle.forge'
 | 
			
		||||
 | 
			
		||||
version = "0.8.12"
 | 
			
		||||
version = "0.8.13"
 | 
			
		||||
group = "refinedstorage"
 | 
			
		||||
archivesBaseName = "refinedstorage"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ import java.util.List;
 | 
			
		||||
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
 | 
			
		||||
public final class RefinedStorage {
 | 
			
		||||
    public static final String ID = "refinedstorage";
 | 
			
		||||
    public static final String VERSION = "0.8.12";
 | 
			
		||||
    public static final String VERSION = "0.8.13";
 | 
			
		||||
 | 
			
		||||
    @SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
 | 
			
		||||
    public static CommonProxy PROXY;
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
      "modid": "refinedstorage",
 | 
			
		||||
      "name": "Refined Storage",
 | 
			
		||||
      "description": "A Minecraft mod all about storage.",
 | 
			
		||||
      "version": "0.8.12",
 | 
			
		||||
      "version": "0.8.13",
 | 
			
		||||
      "mcversion": "1.10.2",
 | 
			
		||||
      "url": "",
 | 
			
		||||
      "updateUrl": "",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user