From 0fd7b689565742cf82042c3a565f4c97153b6ccc Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Wed, 21 Aug 2024 20:56:31 +0700 Subject: [PATCH] [Release] Change: Bump to v2.4.1 Add support for swift package manager --- WCPhotoManipulator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WCPhotoManipulator.podspec b/WCPhotoManipulator.podspec index b32da67..1970f38 100644 --- a/WCPhotoManipulator.podspec +++ b/WCPhotoManipulator.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "WCPhotoManipulator" - s.version = "2.4.0" + s.version = "2.4.1" s.summary = "iOS Image Processing API to edit photo programmatically." s.homepage = "https://github.com/guhungry/ios-photo-manipulator"