Skip to content

Commit

Permalink
Version 10.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 18, 2021
1 parent facf483 commit c0b32b0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Nuke 10

## Nuke 10.3.3

*Aug 18, 2021*

- Fix an issue with disk cache images being overwritten in some scenarios (with disk cache policies that enable encoding and storage of the processed images) - [#500](https://github.com/kean/Nuke/pull/500)

## Nuke 10.3.2

*Jul 30, 2021*

- Add podspec

## Nuke 10.3.1

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 = '10.3.2'
s.version = '10.3.3'
s.summary = 'A powerful image loading and caching system'
s.description = <<-EOS
A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 10.3.1;
MARKETING_VERSION = 10.3.3;
OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS";
"OTHER_SWIFT_FLAGS[arch=*]" = "-D DEBUG -D TRACK_ALLOCATIONS";
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
Expand All @@ -1616,7 +1616,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 10.3.1;
MARKETING_VERSION = 10.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
PRODUCT_NAME = Nuke;
};
Expand Down

0 comments on commit c0b32b0

Please sign in to comment.