Bumped version to 3.8.3
This commit is contained in:
parent
cc09c9fbfe
commit
8869372622
|
@ -1,3 +1,9 @@
|
|||
## [3.8.3 Patch release for 3.8.0 on Jun 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/3.8.3)
|
||||
|
||||
#### Fixes:
|
||||
|
||||
- fix compatability for Xcode 11 #2744
|
||||
|
||||
## [3.8.2 Patch release for 3.8.0 on Sep 5th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.2)
|
||||
|
||||
#### Fixes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImage'
|
||||
s.version = '3.8.2'
|
||||
s.version = '3.8.3'
|
||||
s.ios.deployment_target = '7.0'
|
||||
s.tvos.deployment_target = '9.0'
|
||||
s.license = 'MIT'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.8.2</string>
|
||||
<string>3.8.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Reference in New Issue