update version to 1.2

This commit is contained in:
Windy 2019-04-15 02:03:42 +08:00
parent bf9db1ee30
commit 6460421119
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -7,7 +7,6 @@ dependencies {
jar{
baseName = "xpatch"
// version = '1.0'
manifest {
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
}