diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61f884b3..cc6ab455 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,7 @@ See [all tickets marked for the 4.3.0 release](https://github.com/rs/SDWebImage/
- Fix that 0 pixels error should be used when width OR height is zero but not AND #2160
- Use the synchronized to access NSURLCache and try fix the potential thread-safe problem #2174
- Prefetcher
- - Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call #2196
+ - Fix the issue that prefetcher will cause stack overflow when the input urls list is huge because of recursion function call #2196
#### Performance
- View Category
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 010f9ebe..2f6d1726 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '4.2.3'
+ s.version = '4.3.0'
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '7.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 3422afec..84cef2ba 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.2.3
+ 4.3.0
CFBundleSignature
????
CFBundleVersion
- 4.2.3
+ 4.3.0
NSPrincipalClass