Skip to content

Commit

Permalink
Update to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Mar 5, 2016
1 parent 46d56ac commit 30e67d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.2.1 -- 2016 Mar 5 ###
- [new] Removed need for extension macro: [#72](https://github.com/pinterest/PINCache/pull/72)

### 2.2.1 -- 2016 Feb 15 ###

- [fixed] When ttlCache is enabled, skip updating the file modification time when accessing `fileURLForKey:` [#70](https://github.com/pinterest/PINCache/pull/70)
Expand Down
2 changes: 1 addition & 1 deletion PINCache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PINCache'
s.version = '2.2.1'
s.version = '2.2.2'
s.source_files = 'PINCache/*.{h,m}'
s.homepage = 'https://github.com/pinterest/PINCache'
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
Expand Down

0 comments on commit 30e67d5

Please sign in to comment.