Skip to content

Commit 2601e9b

Browse files
committed
Prepare release v1.1.1
1 parent af72a11 commit 2601e9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gradle
1717
```
1818
dependencies {
1919
...
20-
compile 'de.hdodenhof:circleimageview:1.1.0'
20+
compile 'de.hdodenhof:circleimageview:1.1.1'
2121
}
2222
```
2323

@@ -41,6 +41,8 @@ Limitations
4141

4242
Changelog
4343
---------
44+
* **1.1.1**
45+
* Fix border being shown although border width is set to 0
4446
* **1.1.0**
4547
* Add support for ColorDrawables
4648
* Add getters and setters for border color and border width

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.1.1-SNAPSHOT
1+
VERSION_NAME=1.1.1
22
GROUP=de.hdodenhof
33

44
POM_DESCRIPTION=A fast circular ImageView for Android

0 commit comments

Comments
 (0)