Merge branch 'kotlin-1.11.2' into kotlin-1.12

This commit is contained in:
octarine-noise
2017-09-10 01:18:47 +02:00
2 changed files with 7 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.1.9"
version = "2.1.10"
archivesBaseName = rootProject.name + '-MC1.12'
buildscript {