Skip to content

Commit

Permalink
[Release] Change: Bump to 2.4.3
Browse files Browse the repository at this point in the history
Fix fail unit tests
  • Loading branch information
guhungry committed Aug 21, 2024
1 parent 9047430 commit a66bd30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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"),
...,
],
```
Expand Down
2 changes: 1 addition & 1 deletion WCPhotoManipulator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a66bd30

Please sign in to comment.