Fixed a bug in redirected contexts, version to 0.1.17

This commit is contained in:
Nathan Adams
2018-01-16 15:14:30 +01:00
parent a40cb8869f
commit 6a5289fa33
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.16'
version = '0.1.17'
group = 'com.mojang'
task wrapper(type: Wrapper) {