update to latest Forge and OptiFine

bump version to 2.0.8
This commit is contained in:
octarine-noise
2016-04-07 00:19:44 +02:00
parent 4209d1eea3
commit c0685d829b
4 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.0.7"
version = "2.0.8"
archivesBaseName = rootProject.name + '-MC1.9'
buildscript {
@@ -32,8 +32,8 @@ dependencies {
}
minecraft {
version = '1.9-12.16.0.1810-1.9'
mappings = 'snapshot_20160326'
version = '1.9-12.16.0.1853-1.9'
mappings = 'snapshot_20160406'
runDir = 'run'
}