Skip to content

Commit

Permalink
Release 0.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Feb 19, 2021
1 parent 6047a4f commit bd73a4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ pod 'SDWebImagePINPlugin'

#### Carthage

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

```
github "SDWebImage/SDWebImagePINPlugin"
```

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

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

```swift
let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion SDWebImagePINPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImagePINPlugin'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'A SDWebImage plugin to integrate PINCache for custom image caching.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions SDWebImagePINPlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit bd73a4f

Please sign in to comment.