Skip to content

Commit

Permalink
Prepare release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodenhof committed Jul 6, 2014
1 parent af72a11 commit 2601e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gradle
```
dependencies {
...
compile 'de.hdodenhof:circleimageview:1.1.0'
compile 'de.hdodenhof:circleimageview:1.1.1'
}
```

Expand All @@ -41,6 +41,8 @@ Limitations

Changelog
---------
* **1.1.1**
* Fix border being shown although border width is set to 0
* **1.1.0**
* Add support for ColorDrawables
* Add getters and setters for border color and border width
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.1.1-SNAPSHOT
VERSION_NAME=1.1.1
GROUP=de.hdodenhof

POM_DESCRIPTION=A fast circular ImageView for Android
Expand Down

0 comments on commit 2601e9b

Please sign in to comment.