diff --git a/README.md b/README.md
index ef1cf5b..e6000c7 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.gif
The magic because we create one custom animation class called `SDFLAnimatedImage` to load GIF images, and use `UIImage` for normal images.
-For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView`
+For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView` using the wrapper class `SDFLAnimatedImage`.
+ Objective-C
@@ -75,8 +75,6 @@ pod 'SDWebImageFLPlugin'
SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/Carthage).
-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/).
-
```
github "SDWebImage/SDWebImageFLPlugin"
```
diff --git a/SDWebImageFLPlugin.podspec b/SDWebImageFLPlugin.podspec
index cda1d5f..3c7bc0a 100644
--- a/SDWebImageFLPlugin.podspec
+++ b/SDWebImageFLPlugin.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageFLPlugin'
- s.version = '0.2.2'
+ s.version = '0.3.0'
s.summary = 'A FLAnimatedImage plugin for SDWebImage'
s.description = <<-DESC
diff --git a/SDWebImageFLPlugin/Module/Info.plist b/SDWebImageFLPlugin/Module/Info.plist
index 23c286e..ec6e87d 100644
--- a/SDWebImageFLPlugin/Module/Info.plist
+++ b/SDWebImageFLPlugin/Module/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.2.2
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
- 0.2.2
+ 0.3.0
NSPrincipalClass