Skip to content

Commit

Permalink
[Feature] Bump version to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Apr 11, 2017
1 parent c212a30 commit b5da5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Material Design `ProgressBar` with consistent appearance on Android 4.0+.

<a href="https://play.google.com/store/apps/details?id=me.zhanghai.android.materialprogressbar.sample" target="_blank"><img alt="Google Play" height="90" src="https://play.google.com/intl/en_US/badges/images/generic/en_badge_web_generic.png"/></a>

[Sample APK](//github.com/DreaminginCodeZH/MaterialProgressBar/releases/download/v1.3.0/sample-release.apk)
[Sample APK](//github.com/DreaminginCodeZH/MaterialProgressBar/releases/download/v1.4.0/sample-release.apk)

Android 4.4.4

Expand All @@ -36,7 +36,7 @@ Android 6.0.1
Gradle:

```gradle
compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
compile 'me.zhanghai.android.materialprogressbar:library:1.4.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.3.0
VERSION_CODE=13
VERSION_NAME=1.4.0
VERSION_CODE=14
GROUP=me.zhanghai.android.materialprogressbar

POM_DESCRIPTION=A Material design ProgressBar with consistent appearance
Expand Down

0 comments on commit b5da5b3

Please sign in to comment.