Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed May 8, 2024
1 parent 4cb27ef commit a634cb7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
x.y.z Release Notes (yyyy-MM-dd)
=============================================================

2.7.4 Release Notes (2024-05-08)
=============================================================

## Fixed

* Another invalid configuration in the privacy manifest. ([#580](https://github.com/TimOliver/TOCropViewController/pull/580))

2.7.3 Release Notes (2024-04-20)
=============================================================

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.3'
s.version = '2.7.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 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.3'
s.version = '2.7.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
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.3;
MARKETING_VERSION = 2.7.4;
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.3;
MARKETING_VERSION = 2.7.4;
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.3;
MARKETING_VERSION = 2.7.4;
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.3;
MARKETING_VERSION = 2.7.4;
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 a634cb7

Please sign in to comment.