Skip to content

Commit

Permalink
* updated to bugfix version : 0.3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Beloo authored and Beloo committed Dec 19, 2016
1 parent 2f6e730 commit 9aa9aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChipsLayoutManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
libraryName = 'ChipsLayoutManager'
publishedGroupId = 'com.beloo.widget'
artifact = 'ChipsLayoutManager'
libraryVersion = '0.3.4'
libraryVersion = '0.3.4.1'

libraryDescription = 'Android. A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features'

Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but with support of CRUD animations i decided to make such stuff and share it.

with gradle
```GRADLE
compile 'com.beloo.widget:ChipsLayoutManager:0.3.4@aar'
compile 'com.beloo.widget:ChipsLayoutManager:0.3.4.1@aar'
```

Assuming you have installed jCenter provider:
Expand Down

0 comments on commit 9aa9aab

Please sign in to comment.