Skip to content

Commit

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

## Nuke 1.4.0

- #46 Add option to disable memory cache storage, thanks to @RuiAAPeres

## Nuke 1.3.0

- Add [Core Image Integration Guide](https://github.com/kean/Nuke/wiki/Core-Image-Integration-Guide)
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 = "1.3.0"
s.version = "1.4.0"
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 Nuke/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>1.3.0</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d92a347

Please sign in to comment.