Skip to content

Commit

Permalink
update version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Apr 22, 2016
1 parent 62c1323 commit ba0b3bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ multiple-images-selector is now available in jcenter.

Add "multiple-images-selector" as dependency to your app:

compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.0'
compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.1'


## 2. Initialize Fresco & Add selector activity in your app's manifest
Expand Down
2 changes: 1 addition & 1 deletion multiple-images-selector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.zfdang.multiple-images-selector'
PUBLISH_ARTIFACT_ID = 'multiple-images-selector'
PUBLISH_VERSION = '1.1.0'
PUBLISH_VERSION = '1.1.1'
}

android {
Expand Down

0 comments on commit ba0b3bb

Please sign in to comment.