actually fix #36

This commit is contained in:
octarine-noise
2016-01-16 08:35:30 +01:00
parent 3716804ffb
commit e926f018e7
2 changed files with 5 additions and 3 deletions

View File

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