update version to v1.0.2

master
xiawanli 2020-05-07 18:08:11 +08:00
parent a229e676a3
commit da2c3ef67d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ allprojects {
apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: 'eclipse'
version = '1.0.1'
version = '1.0.2'
}
defaultTasks('clean','distZip')