From dd4c02f9828deee65d8cacf929373a279b6aa9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CsmallSohoSolo=E2=80=9D?= Date: Sat, 9 Jun 2018 00:02:38 +0800 Subject: [PATCH] =?UTF-8?q?Feature=EF=BC=9A=E5=8D=87=E7=BA=A70.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bintray.gradle | 2 +- publish.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bintray.gradle b/bintray.gradle index ce14401..ef938f6 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray' def siteUrl = 'https://github.com/Aweme/McImage' def gitUrl = 'https://github.com/Aweme/McImage.git' group = "com.smallsoho.mobcase" -version = "0.1.4" +version = "0.1.5" Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream()) diff --git a/publish.gradle b/publish.gradle index df9f228..6c5afb7 100644 --- a/publish.gradle +++ b/publish.gradle @@ -1,8 +1,8 @@ apply plugin: 'maven' apply plugin: 'signing' -def DEBUG = false -def VERSION = '0.1.4' +def DEBUG = true +def VERSION = '0.1.5' def GROUP = 'com.smallsoho.mobcase' def ARTIFACT = 'McImage'