Skip to content

Commit

Permalink
Feature:更改bintray版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed May 23, 2018
1 parent 4555621 commit adea6bf
Showing 1 changed file with 1 addition and 1 deletion.
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.3"
version = "0.1.4"

Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down

0 comments on commit adea6bf

Please sign in to comment.