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

Commit a32ec1d

Browse files
committed
Version 2.0.1
1 parent 0e6e579 commit a32ec1d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[Changelog](https://github.com/kean/DFImageManager/releases) for all versions
22

3+
# DFImageManager 2.0.1
4+
5+
- #90 Fix an issue with incomplete image downloads (thanks to @HamzaGhazouani)
6+
7+
38
# DFImageManager 2.0.0
49

510
- #86 Migrate to AFNetworking 3

DFImageManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DFImageManager'
3-
s.version = '2.0.0'
3+
s.version = '2.0.1'
44
s.summary = 'Advanced framework for managing images. Zero config, yet immense customization.'
55
s.description = <<-DESC
66
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.

Pod/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)