🔖 Bump version to 1.0.2

This commit is contained in:
jmp 2020-10-18 12:59:48 -07:00 • committed by Alexander Söderberg
parent 3125e49632
commit bc0cc6fa4b
5 changed files with 21 additions and 19 deletions

View file

@ -37,7 +37,7 @@ allprojects {
apply plugin: 'com.github.hierynomus.license'
group = 'cloud.commandframework'
version = '1.0.1'
version = '1.0.2'
description = 'Command framework and dispatcher for the JVM'
/* Disable checkstyle on tests */