Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
keishi_suzuki authored and keishi_suzuki committed Dec 14, 2017
1 parent b523c2b commit 6de1034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change Log

## 5.0.3

#### Updated
- Refactoring

## 5.0.2

#### Updated
- Refactoring part1
- Refactoring
- #255 Fixed the crash where the PhotoBrowser could crash.
- #262 Fix calling willDismissAtPageIndex delegate method
- #263 Remove unused options
Expand Down
2 changes: 1 addition & 1 deletion SKPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "5.0.2"
s.version = "5.0.3"
s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift."
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 6de1034

Please sign in to comment.