Skip to content

Commit

Permalink
Release to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jun 10, 2017
1 parent a901ad1 commit 3d9b830
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
@@ -1,5 +1,5 @@
# ProgressManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.1/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.1/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/ProgressManager)
[ ![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.html)
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down Expand Up @@ -27,7 +27,7 @@

## Download
``` gradle
compile 'me.jessyan:progressmanager:1.1'
compile 'me.jessyan:progressmanager:1.2.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# ProgressManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.1/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/ProgressManager)
[ ![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.html)
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
Expand All @@ -25,7 +25,7 @@

## Download
``` gradle
compile 'me.jessyan:progressmanager:1.2'
compile 'me.jessyan:progressmanager:1.2.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -30,5 +30,5 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile project(':progress')
// compile 'me.jessyan:progressmanager:1.2'
// compile 'me.jessyan:progressmanager:1.2.1'
}
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -25,6 +25,6 @@ ext {
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
versionCode = 3
versionName = "1.2"
versionCode = 4
versionName = "1.2.1"
}

0 comments on commit 3d9b830

Please sign in to comment.