This commit is contained in:
Garrett Moon
2016-04-22 12:59:08 -07:00
parent f1f047c647
commit fe81a3dacd
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
### 2.1.4 -- 2016 Apr 22 ###
- [new] Have PINProgressiveImage pass back the quality of the current progressive image [#185](https://github.com/pinterest/PINRemoteImage/pull/185)
### 2.1.3 -- 2016 Apr 13 ###
- [fixed] Images May Be Removed from Disk Cache for Not Being in Memory Cache [#186](https://github.com/pinterest/PINRemoteImage/commit/f15ca03ece954b4712b2c669c849245617e73e08)

View File

@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = "PINRemoteImage"
s.version = "2.1.3"
s.version = "2.1.4"
s.summary = "A thread safe, performant, feature rich image fetcher"
s.homepage = "https://github.com/pinterest/PINRemoteImage"
s.license = 'Apache 2.0'