Skip to content

Commit

Permalink
Release 2.1.1 (#71)
Browse files Browse the repository at this point in the history
* update changelog

* update version
  • Loading branch information
Canato authored Feb 27, 2021
1 parent 2f74953 commit d00c7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [unreleased 2.1.1] -
## [unreleased x.x.x] -

## [2.1.1] - 27/02/21
### Added
- CropImage.getActivityResult(data).getBitmap(context) [#49](https://github.com/CanHub/Android-Image-Cropper/issues/49)

Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

// Project
libVersion = "2.1.0"
libVersion = "2.1.1"
compileSdkVersion = 30
targetSdkVersion = 30
minSdkVersion = 14
Expand Down

0 comments on commit d00c7b7

Please sign in to comment.