Skip to content

Commit

Permalink
Feature:升级0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed Jun 8, 2018
1 parent 1fe5705 commit dd4c02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit dd4c02f

Please sign in to comment.