Version bump to 1.4.1

This commit is contained in:
raoulvdberge
2017-02-12 23:09:38 +01:00
parent 0ee9c6ce93
commit fc8ae833f9
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.4.1 ### 1.4.1
- Added Storage Monitor (raoulvdberge)
- Fixed Processing Pattern Encoder and Reader recipes not supporting oredict workbench and chest (VT-14) - Fixed Processing Pattern Encoder and Reader recipes not supporting oredict workbench and chest (VT-14)
- Fixed network nodes not saving correctly (raoulvdberge) - Fixed network nodes not saving correctly (raoulvdberge)
- Fixed network nodes not respecting redstone mode (raoulvdberge) - Fixed network nodes not respecting redstone mode (raoulvdberge)

View File

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

View File

@@ -22,7 +22,7 @@ public final class RS {
} }
public static final String ID = "refinedstorage"; public static final String ID = "refinedstorage";
public static final String VERSION = "1.4"; public static final String VERSION = "1.4.1";
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);after:commoncapabilities@[1.3.1,);"; public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);after:commoncapabilities@[1.3.1,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory"; public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage", "modid": "refinedstorage",
"name": "Refined Storage", "name": "Refined Storage",
"description": "An elegant solution to your hoarding problem", "description": "An elegant solution to your hoarding problem",
"version": "1.4", "version": "1.4.1",
"mcversion": "1.11", "mcversion": "1.11",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",