Skip to content

Commit

Permalink
Release/4.3.2 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Canato committed Sep 8, 2022
1 parent 1156433 commit 85c98bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Security` in case of vulnerabilities.

## [x.x.x] - unreleased

## [4.3.2] - 08/09/2022
### Fixed
- Fixed the mistake in hindi conversion of "Crop" [#402](https://github.com/CanHub/Android-Image-Cropper/issues/402)
- Added the option to set custom color to toolbar of CropImageActivity [#421](https://github.com/CanHub/Android-Image-Cropper/issues/421)
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
@@ -1,7 +1,7 @@
ext {

// Project
libVersion = "4.3.1"
libVersion = "4.3.2"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 16
Expand Down

0 comments on commit 85c98bb

Please sign in to comment.