From 74b564b971d34bfb8d72f88af927975963fd3323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CsmallSohoSolo=E2=80=9D?= Date: Thu, 28 Dec 2017 18:54:03 +0800 Subject: [PATCH] =?UTF-8?q?Bug=20fix=EF=BC=9A=E4=BF=AE=E6=94=B9publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.gradle b/publish.gradle index c759c1a..13667e5 100644 --- a/publish.gradle +++ b/publish.gradle @@ -1,8 +1,8 @@ apply plugin: 'maven' apply plugin: 'signing' -def DEBUG = false -def VERSION = '0.1.1-SNAPSHOT' +def DEBUG = true +def VERSION = '0.1.2' def GROUP = 'com.smallsoho.mobcase' def ARTIFACT = 'McImage'