Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
8 years ago
Commit
1777032d03de73a87f10e17ed7939a06af05a48b
1 parent
de63b073
Set version to 4.0.0 and updated CHANGELOG
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
CHANGELOG.md
SDWebImage.podspec
WebImage/Info.plist
CHANGELOG.md
View file @
1777032
## [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)
See
[
all tickets marked for the 4.0.0 release
](
https://github.com/rs/SDWebImage/milestone/3
)
Versions 4.0.0-beta and 4.0.0-beta 2 list all the changes.
## [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)
See
[
all tickets marked for the 4.0.0 release
](
https://github.com/rs/SDWebImage/milestone/3
)
...
...
SDWebImage.podspec
View file @
1777032
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SDWebImage'
s
.
version
=
'4.0.0
-beta2
'
s
.
version
=
'4.0.0'
s
.
osx
.
deployment_target
=
'10.8'
s
.
ios
.
deployment_target
=
'7.0'
...
...
WebImage/Info.plist
View file @
1777032
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.0.0
-beta2
</string>
<string>
4.0.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
Please
register
or
login
to post a comment