Skip to content

Commit bd73a4f

Browse files
committed
Release 0.3.0 version
1 parent 6047a4f commit bd73a4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ pod 'SDWebImagePINPlugin'
9292

9393
#### Carthage
9494

95-
SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/Carthage).
95+
SDWebImagePINPlugin is available through [Carthage](https://github.com/Carthage/Carthage).
9696

9797
```
9898
github "SDWebImage/SDWebImagePINPlugin"
9999
```
100100

101101
#### Swift Package Manager (Xcode 11+)
102102

103-
SDWebImagePhotosPlugin is available through [Swift Package Manager](https://swift.org/package-manager).
103+
SDWebImagePINPlugin is available through [Swift Package Manager](https://swift.org/package-manager).
104104

105105
```swift
106106
let package = Package(

SDWebImagePINPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImagePINPlugin'
11-
s.version = '0.2.0'
11+
s.version = '0.3.0'
1212
s.summary = 'A SDWebImage plugin to integrate PINCache for custom image caching.'
1313

1414
# This description is used to generate tags and improve search results.

SDWebImagePINPlugin/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.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.2.0</string>
20+
<string>0.3.0</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)