[go: nahoru, domu]

Skip to content

Commit

Permalink
Prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodenhof committed Oct 10, 2017
1 parent 586c31f commit cc6f380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gradle
```
dependencies {
...
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'de.hdodenhof:circleimageview:2.2.0'
}
```

Expand Down Expand Up @@ -61,7 +61,7 @@ Adding a gap is also not support directly but [there's a workaround](https://git

Changelog
---------
* **next**
* **2.2.0**
* Add support for elevation
* Add circle background color attribute to replace fill color
* **2.1.0**
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=2.2.0-SNAPSHOT
VERSION_NAME=2.2.0
GROUP=de.hdodenhof

POM_DESCRIPTION=A fast circular ImageView for Android
Expand Down

0 comments on commit cc6f380

Please sign in to comment.