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'