Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Apr 20, 2024
1 parent 2065acc commit 036525a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ x.y.z Release Notes (yyyy-MM-dd)
## Fixed

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

2.7.2 Release Notes (2024-04-08)
=============================================================
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.7.2'
s.version = '2.7.3'
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 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.7.2'
s.version = '2.7.3'
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
8 changes: 4 additions & 4 deletions TOCropViewControllerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.7.2;
MARKETING_VERSION = 2.7.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
Expand Down Expand Up @@ -1040,7 +1040,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.7.2;
MARKETING_VERSION = 2.7.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
Expand Down Expand Up @@ -1354,7 +1354,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.7.2;
MARKETING_VERSION = 2.7.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
Expand Down Expand Up @@ -1399,7 +1399,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.7.2;
MARKETING_VERSION = 2.7.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
Expand Down

0 comments on commit 036525a

Please sign in to comment.