Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 12, 2016
1 parent 0e6e579 commit a32ec1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[Changelog](https://github.com/kean/DFImageManager/releases) for all versions

# DFImageManager 2.0.1

- #90 Fix an issue with incomplete image downloads (thanks to @HamzaGhazouani)


# DFImageManager 2.0.0

- #86 Migrate to AFNetworking 3
Expand Down
2 changes: 1 addition & 1 deletion DFImageManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DFImageManager'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Advanced framework for managing images. Zero config, yet immense customization.'
s.description = <<-DESC
Advanced framework for loading, caching, processing, displaying and preheating images. DFImageManager is a pipeline that loads images using multiple dependencies which can be injected in runtime. It features optional AFNetworking, FLAnimatedImage and WebP integration.
Expand Down
2 changes: 1 addition & 1 deletion Pod/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a32ec1d

Please sign in to comment.