Merge branch 'kotlin-1.9.4' into kotlin-1.10

This commit is contained in:
octarine-noise
2016-09-17 08:33:33 +02:00
4 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.1.1"
archivesBaseName = rootProject.name + '-MC1.10.2'
archivesBaseName = rootProject.name + '-MC1.10'
buildscript {
ext.kotlin_version = '1.0.3'