Version 0.1.1

This commit is contained in:
Nathan Adams
2017-11-07 15:54:33 +01:00
parent 8ae247bb6a
commit 2c39925cda
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library' apply plugin: 'java-library'
apply plugin: 'maven' apply plugin: 'maven'
version = '0.1.0' version = '0.1.1'
group = 'com.mojang' group = 'com.mojang'
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {