Version increment
This commit is contained in:
		| @@ -12,7 +12,7 @@ buildscript { | ||||
| } | ||||
| apply plugin: 'net.minecraftforge.gradle.forge' | ||||
|  | ||||
| version = "0.5" | ||||
| version = "0.5.1" | ||||
| group = "refinedstorage" | ||||
| archivesBaseName = "refinedstorage" | ||||
|  | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								screenshots/controller.png
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								screenshots/controller.png
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 37 KiB | 
| @@ -18,7 +18,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.5"; | ||||
|     public static final String VERSION = "0.5.1"; | ||||
|  | ||||
|     public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID); | ||||
|  | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|       "modid": "refinedstorage", | ||||
|       "name": "Refined Storage", | ||||
|       "description": "A Minecraft mod all about storage.", | ||||
|       "version": "0.5", | ||||
|       "version": "0.5.1", | ||||
|       "mcversion": "1.9", | ||||
|       "url": "", | ||||
|       "updateUrl": "", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Raoul Van den Berge
					Raoul Van den Berge