diff --git a/build.gradle b/build.gradle index b21606e..b12fa3c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'maven' apply plugin: 'idea' apply plugin: 'eclipse' - version = '1.1' + version = '1.2' } defaultTasks('clean','distZip') diff --git a/xpatch/build.gradle b/xpatch/build.gradle index fe377e0..b94a106 100644 --- a/xpatch/build.gradle +++ b/xpatch/build.gradle @@ -7,7 +7,6 @@ dependencies { jar{ baseName = "xpatch" -// version = '1.0' manifest { attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand' }