Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Nov 20, 2017
1 parent 63982ed commit 2ca8f6c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 2.3.2 - 2017-11-19
## 2.3.4 - 2017-11-20

### Fixed
- A bug where restoring a previous crop state with a different angle than 0 and then rotating the image would result in a distorted image.

## 2.3.3 - 2017-11-19

### Fixed
- Fixed a broken animation where restoring from a cropped image would animate higher than it needed on iPhone X.
Expand Down
2 changes: 1 addition & 1 deletion CropViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CropViewController'
s.version = '2.3.3'
s.version = '2.3.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.'
s.homepage = 'https://github.com/TimOliver/TOCropViewController'
Expand Down
2 changes: 1 addition & 1 deletion Objective-C/TOCropViewController/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Swift/CropViewController/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion TOCropViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TOCropViewController'
s.version = '2.3.3'
s.version = '2.3.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A view controller that enables cropping and rotation of UIImage objects.'
s.homepage = 'https://github.com/TimOliver/TOCropViewController'
Expand Down

0 comments on commit 2ca8f6c

Please sign in to comment.