Merge branch 'kotlin-1.10' into kotlin-1.11.2

This commit is contained in:
octarine-noise
2017-09-10 01:13:41 +02:00
2 changed files with 6 additions and 7 deletions

View File

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