Skip loading image if already loaded #135.
This commit is contained in:
parent
bde450fcff
commit
9befa4cc10
|
|
@ -1,6 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.x
|
||||
## 3.0.1 2016-9
|
||||
|
||||
#### Fixed
|
||||
- Skip loading image if already loaded #135
|
||||
|
||||
Released on 2016-8
|
||||
|
||||
#### Some Interface is removed, changed this version.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "SKPhotoBrowser"
|
||||
s.version = "3.0.0"
|
||||
s.version = "3.0.1"
|
||||
s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift2.0."
|
||||
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue