Skip to content

Commit 82138fa

Browse files
committed
Upgrade the upstream dependency to 5.0.0-beta4. Bumped version to 0.1.3
1 parent e87515a commit 82138fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "rs/SDWebImage" >= 5.0.0-beta3
1+
github "SDWebImage/SDWebImage" >= 5.0.0-beta4

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "rs/SDWebImage" "5.0.0-beta3"
1+
github "SDWebImage/SDWebImage" "5.0.0-beta4"

SDWebImagePhotosPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImagePhotosPlugin'
11-
s.version = '0.1.2'
11+
s.version = '0.1.3'
1212
s.summary = 'A SDWebImage plugin to support Photos framework image loading.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -36,5 +36,5 @@ TODO: Add long description of the pod here.
3636
s.module_map = 'SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap'
3737

3838
s.frameworks = 'Photos'
39-
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta3'
39+
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta4'
4040
end

SDWebImagePhotosPlugin/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>0.1.3</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)