Bump to 1.5.5, update Forge to 2363

This commit is contained in:
raoulvdberge
2017-06-25 09:07:02 +02:00
parent 0d7bbb45ed
commit 465e54bf4e
8 changed files with 12 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.5.4"
version = "1.5.5"
group = "refinedstorage"
archivesBaseName = "refinedstorage"
@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
version = "1.12-14.21.0.2359"
version = "1.12-14.21.0.2363"
runDir = "run"
useDepAts = true
mappings = "snapshot_20170624"