update version to 1.1

This commit is contained in:
Windy 2019-04-02 01:37:02 +08:00
parent 129fda8243
commit 3935175830
1 changed files with 1 additions and 1 deletions

View File

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