Skip to content

Commit eafee7c

Browse files
committed
Bumped version
1 parent 2d8765c commit eafee7c

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
x.y.z Release Notes (yyyy-MM-dd)
22
=============================================================
33

4+
2.7.2 Release Notes (2024-04-08)
5+
=============================================================
6+
7+
## Added
8+
9+
* Initial support for visionOS. ([#572](https://github.com/TimOliver/TOCropViewController/pull/572))
10+
11+
## Fixed
12+
13+
* A crash when tapping the aspect ratio button. ([#573](https://github.com/TimOliver/TOCropViewController/pull/573))
14+
415
2.7.1 Release Notes (2024-04-06)
516
=============================================================
617

CropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CropViewController'
3-
s.version = '2.7.1'
3+
s.version = '2.7.2'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.'
66
s.homepage = 'https://github.com/TimOliver/TOCropViewController'

TOCropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TOCropViewController'
3-
s.version = '2.7.1'
3+
s.version = '2.7.2'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A view controller that enables cropping and rotation of UIImage objects.'
66
s.homepage = 'https://github.com/TimOliver/TOCropViewController'

TOCropViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@
999999
"@executable_path/Frameworks",
10001000
"@loader_path/Frameworks",
10011001
);
1002-
MARKETING_VERSION = 2.7.1;
1002+
MARKETING_VERSION = 2.7.2;
10031003
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10041004
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10051005
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1040,7 +1040,7 @@
10401040
"@executable_path/Frameworks",
10411041
"@loader_path/Frameworks",
10421042
);
1043-
MARKETING_VERSION = 2.7.1;
1043+
MARKETING_VERSION = 2.7.2;
10441044
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10451045
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10461046
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1354,7 +1354,7 @@
13541354
"@executable_path/Frameworks",
13551355
"@loader_path/Frameworks",
13561356
);
1357-
MARKETING_VERSION = 2.7.1;
1357+
MARKETING_VERSION = 2.7.2;
13581358
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
13591359
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
13601360
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
@@ -1399,7 +1399,7 @@
13991399
"@executable_path/Frameworks",
14001400
"@loader_path/Frameworks",
14011401
);
1402-
MARKETING_VERSION = 2.7.1;
1402+
MARKETING_VERSION = 2.7.2;
14031403
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
14041404
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
14051405
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;

0 commit comments

Comments
 (0)