From 64604211195add151d330b2896c48d7233ed840a Mon Sep 17 00:00:00 2001 From: Windy <819170366@qq.com> Date: Mon, 15 Apr 2019 02:03:42 +0800 Subject: [PATCH] update version to 1.2 --- build.gradle | 2 +- xpatch/build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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' }