Skip to content

Commit

Permalink
update version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ToDou committed Jun 22, 2019
1 parent a9c69cf commit 8be9fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation
====
```groovy
dependencies {
compile 'com.loopeer.lib:shadow:0.0.2'
implementation 'com.github.todou:nestrefresh:0.0.3'
}
```
Usages
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation deps.support.recyclerview
implementation deps.kotlin.stdlib
implementation deps.picasso
// implementation 'com.github.todou:nestrefresh:0.0.2'
// implementation 'com.github.todou:nestrefresh:0.0.3'
implementation project(':nestrefresh')

testImplementation deps.junit
Expand Down
2 changes: 1 addition & 1 deletion nestrefresh/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uploadArchives {
}
}

version = "0.0.2"
version = "0.0.3"
group = "com.github.todou"
archivesBaseName = "nestrefresh"
description = "Android Refresh kit by nest"
Expand Down

0 comments on commit 8be9fac

Please sign in to comment.