Skip to content

Commit 036525a

Browse files
committed
Bumped version
1 parent 2065acc commit 036525a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ x.y.z Release Notes (yyyy-MM-dd)
77
## Fixed
88

99
* An invalid configuration in the privacy manifest. ([#576](https://github.com/TimOliver/TOCropViewController/pull/576))
10+
* Removed deprecated Core Graphics render APIs. ([#578](https://github.com/TimOliver/TOCropViewController/pull/578))
1011

1112
2.7.2 Release Notes (2024-04-08)
1213
=============================================================

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.2'
3+
s.version = '2.7.3'
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.2'
3+
s.version = '2.7.3'
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.2;
1002+
MARKETING_VERSION = 2.7.3;
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.2;
1043+
MARKETING_VERSION = 2.7.3;
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.2;
1357+
MARKETING_VERSION = 2.7.3;
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.2;
1402+
MARKETING_VERSION = 2.7.3;
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)