Skip to content

Commit

Permalink
Version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 8, 2016
1 parent af71517 commit 1d2b2a2
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/Nuke/releases) for all versions

## Nuke 3.2

- Swift 2.3 support
- Preheating is now thread-safe #75

## Nuke 3.1.2

- #71 ImageViewLoadingController now cancels tasks synchronously, thanks to @adomanico
Expand Down
2 changes: 1 addition & 1 deletion Nuke.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Nuke'
s.version = '3.1.3'
s.version = '3.2'
s.summary = 'Advanced Swift framework for loading, processing and caching images'
s.description = <<-EOS
Advanced pure Swift framework for loading, caching, processing, displaying and preheating images.
Expand Down
2 changes: 1 addition & 1 deletion 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>3.1.3</string>
<string>3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 1d2b2a2

Please sign in to comment.