Skip to content

Commit

Permalink
Merge pull request #11 from razir/feature/update_version_1.0.3
Browse files Browse the repository at this point in the history
Update to version 1.0.3
  • Loading branch information
razir committed May 10, 2019
2 parents 2fdb973 + 0e68e4f commit 8f00365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
@@ -1,4 +1,4 @@
# Progress Button Android [ ![Download](https://api.bintray.com/packages/razir/maven/progressbutton/images/download.svg?version=1.0.2) ](https://bintray.com/razir/maven/progressbutton/1.0.2/link)
# Progress Button Android [ ![Download](https://api.bintray.com/packages/razir/maven/progressbutton/images/download.svg?version=1.0.3) ](https://bintray.com/razir/maven/progressbutton/1.0.3/link)

![basic progress button example](https://raw.githubusercontent.com/razir/ProgressButton/master/gif/progress_default.gif) ![progress cebter button example](https://raw.githubusercontent.com/razir/ProgressButton/master/gif/progress_center.gif)
![mixed progress button example](https://raw.githubusercontent.com/razir/ProgressButton/master/gif/mixed.gif)
Expand All @@ -22,7 +22,7 @@ allprojects {
```

```
implementation 'com.github.razir.progressbutton:progressbutton:1.0.2'
implementation 'com.github.razir.progressbutton:progressbutton:1.0.3'
```

## How to use
Expand Down
2 changes: 1 addition & 1 deletion progressbutton/build.gradle
Expand Up @@ -40,7 +40,7 @@ publish {
repoName = 'maven'
groupId = 'com.github.razir.progressbutton'
artifactId = 'progressbutton'
publishVersion = '1.0.2'
publishVersion = '1.0.3'
desc = 'ProgressButton let you add a progress bar to your button without adjusting a layout'
website = 'https://github.com/razir/ProgressButton'
}

0 comments on commit 8f00365

Please sign in to comment.