diff --git a/README.md b/README.md index c82f121..05895a3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ target 'Demo' do # use_frameworks! # Add WCPhotoManipulator - pod 'WCPhotoManipulator', :git => 'https://github.com/guhungry/ios-photo-manipulator.git', :tag => 'v2.4.1' + pod 'WCPhotoManipulator', :git => 'https://github.com/guhungry/ios-photo-manipulator.git', :tag => 'v2.4.3' end ``` @@ -30,7 +30,7 @@ Add dependency in `Package.swift` ```swift dependencies: [ ..., - .package(url: "https://github.com/guhungry/ios-photo-manipulator.git", from: "2.4.2"), + .package(url: "https://github.com/guhungry/ios-photo-manipulator.git", from: "2.4.3"), ..., ], ``` diff --git a/WCPhotoManipulator.podspec b/WCPhotoManipulator.podspec index 1970f38..18aaea9 100644 --- a/WCPhotoManipulator.podspec +++ b/WCPhotoManipulator.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "WCPhotoManipulator" - s.version = "2.4.1" + s.version = "2.4.3" s.summary = "iOS Image Processing API to edit photo programmatically." s.homepage = "https://github.com/guhungry/ios-photo-manipulator"