use case insensitive names in config

This commit is contained in:
octarine-noise
2016-06-27 23:36:28 +02:00
parent f66aabea67
commit 70ec7e5289
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.0.12b"
version = "2.0.13"
archivesBaseName = rootProject.name + '-MC1.9.4'
buildscript {