Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 9b6989b

Browse files
committed
Bumped version to 0.3.0
1 parent a9997d8 commit 9b6989b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.gif
3535

3636
The magic because we create one custom animation class called `SDFLAnimatedImage` to load GIF images, and use `UIImage` for normal images.
3737

38-
For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView`
38+
For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView` using the wrapper class `SDFLAnimatedImage`.
3939

4040
+ Objective-C
4141

@@ -75,8 +75,6 @@ pod 'SDWebImageFLPlugin'
7575

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

78-
Note that because the dependency SDWebImage currently is in beta. You should use `Carthage v0.30.1` or above to support beta [sem-version](https://semver.org/).
79-
8078
```
8179
github "SDWebImage/SDWebImageFLPlugin"
8280
```

Diff for: SDWebImageFLPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageFLPlugin'
11-
s.version = '0.2.2'
11+
s.version = '0.3.0'
1212
s.summary = 'A FLAnimatedImage plugin for SDWebImage'
1313

1414
s.description = <<-DESC

Diff for: SDWebImageFLPlugin/Module/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.2</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.2.2</string>
22+
<string>0.3.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)