Skip to content

Commit

Permalink
release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FarshidRoohi committed Sep 26, 2019
1 parent d02af90 commit 2842c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
###### via Gradle:

```Gradle
implementation 'ir.farshid_roohi:customrecyclerview:0.1.2'
implementation 'ir.farshid_roohi:customrecyclerview:0.1.3'
```
###### or Maven:
```Maven
Expand Down
6 changes: 3 additions & 3 deletions customrecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

group = 'ir.farshid_roohi'
version = '0.1.2'
version = '0.1.3'

task generateSourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
Expand Down Expand Up @@ -59,10 +59,10 @@ bintray {
userOrg = ''

version {
name = '0.1.2'
name = '0.1.3'
desc = 'Custom RecyclerView'
released = new Date()
vcsTag = '0.1.2'
vcsTag = '0.1.3'
}

licenses = ['Apache-2.0']
Expand Down

0 comments on commit 2842c4f

Please sign in to comment.