Fixed crash in tab-completion

This commit is contained in:
Nathan Adams
2018-01-31 11:17:59 +01:00
parent 0827fe17d4
commit 482e8601da
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.22'
version = '0.1.23'
group = 'com.mojang'
task wrapper(type: Wrapper) {