Authored by Bogdan Poplauschi

Set version to 4.0.0 and updated CHANGELOG

  1 +## [4.0.0 - New platforms (Mac OS X and watchOS) + refactoring, on Jan 28th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.0.0)
  2 +
  3 +See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/milestone/3)
  4 +Versions 4.0.0-beta and 4.0.0-beta 2 list all the changes.
  5 +
1 ## [4.0.0 beta 2 - New platforms (Mac OS X and watchOS) + refactoring, on Oct 6th, 2016](https://github.com/rs/SDWebImage/releases/tag/4.0.0-beta2) 6 ## [4.0.0 beta 2 - New platforms (Mac OS X and watchOS) + refactoring, on Oct 6th, 2016](https://github.com/rs/SDWebImage/releases/tag/4.0.0-beta2)
2 7
3 See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/milestone/3) 8 See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/milestone/3)
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.0.0-beta2' 3 + s.version = '4.0.0'
4 4
5 s.osx.deployment_target = '10.8' 5 s.osx.deployment_target = '10.8'
6 s.ios.deployment_target = '7.0' 6 s.ios.deployment_target = '7.0'
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>FMWK</string> 16 <string>FMWK</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
18 - <string>4.0.0-beta2</string> 18 + <string>4.0.0</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>