update version to v1.3

This commit is contained in:
Windy 2019-04-24 02:17:34 +08:00
parent e0dc1a644c
commit 8e604a0d76
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.2' version = '1.3'
} }
defaultTasks('clean','distZip') defaultTasks('clean','distZip')