Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 08e953d

Browse files
committed
Version 0.7.0
1 parent d3cdddd commit 08e953d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# NukeUI 0.x
33

4+
## NukeUI 0.7.0
5+
6+
*Oct 26, 2021*
7+
8+
- Update to Nuke 10.5 (video support moved to Nuke)
9+
410
## NukeUI 0.6.8
511

612
*Aug 29, 2021*

NukeUI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NukeUI'
3-
s.version = '0.6.7'
3+
s.version = '0.7.0'
44
s.summary = 'A powerful image loading and caching system'
55
s.description = <<-EOS
66
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.
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121

2222
s.source_files = 'Sources/**/*'
2323

24-
s.dependency 'Nuke', '~> 10.3'
24+
s.dependency 'Nuke', '~> 10.5'
2525
s.ios.dependency 'Gifu', '~> 3.0'
2626
s.tvos.dependency 'Gifu', '~> 3.0'
2727
end

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"repositoryURL": "https://github.com/kean/Nuke.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "69ae6d5b8c4b898450432f94bd35f863d3830cfc",
19-
"version": "10.3.0"
18+
"revision": "472a03c15f39592007d94f25abe554350bc8aa2b",
19+
"version": "10.5.1"
2020
}
2121
}
2222
]

0 commit comments

Comments
 (0)