Skip to content

Commit 9f600cf

Browse files
committed
Bump version to 0.13.1
1 parent 8168960 commit 9f600cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ImageLoader.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ImageLoader"
4-
s.version = "0.13.0"
4+
s.version = "0.13.1"
55
s.summary = "A lightweight and fast image loader for iOS written in Swift."
66
s.description = <<-DESC
77
ImageLoader is an instrument for asynchronous image loading written in Swift. It is a lightweight and fast image loader for iOS.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Requirements
2929

3030
ImageLoader | Xcode | Swift
3131
----------- | ----- | -----
32-
0.9.x | 7.3.1 | 2.2
33-
0.10.0 | 8.0+ | 2.3
32+
0.13.+ | 9.0+ | 4.0
33+
0.12.+ | 8.1+ | 3.0
3434
0.11.+ | 8.0+ | 3.0
35-
0.12.+ | 8.1+ | 3.0.1
36-
0.13.+ | 9.0+ | 4.0.0
35+
0.10.0 | 8.0+ | 2.3
36+
0.9.x | 7.3.1 | 2.2
3737

3838
If your project's target need to support iOS5.x or 6.x, use [ImageLoader](https://github.com/hirohisa/ImageLoader). It's A lightweight and fast image loader for iOS written in Objective-C.
3939

0 commit comments

Comments
 (0)