Skip to content

Commit

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

## Nuke 3.1.2

- #71 ImageViewLoadingController now cancels tasks synchronously, thanks to @adomanico

## Nuke 3.1.1

- Demo project update to support CocoaPods 1.0
- #69 Bitcode support for Carthage builds, thanks to @vincentsaluzzo

## Nuke 3.1.0

- #64 Fix a performance regression: images are now decoded once per DataTask like they used to
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.2'
s.version = '3.1.3'
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.2</string>
<string>3.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7d1f56f

Please sign in to comment.