Version bump to 1.0.3

This commit is contained in:
Raoul Van den Berge
2016-09-15 16:30:33 +02:00
parent e85f0e7a7d
commit b1228ce435
4 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, dependencies = RefinedStorage.DEPENDENCIES)
public final class RefinedStorage {
public static final String ID = "refinedstorage";
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.3";
public static final String DEPENDENCIES = "required-after:mcmultipart@[1.2.1,);";
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")

View File

@@ -131,7 +131,6 @@ public class TileDiskDrive extends TileNode implements IItemStorageProvider, IFl
fluidStorages[slot].writeToNBT();
}
return super.extractItem(slot, amount, simulate);
}
};

View File

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