Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed Sep 23, 2018
1 parent d0dd718 commit 4636baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AXPhotoViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AXPhotoViewer"
s.version = "1.6.0"
s.version = "1.6.1"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.summary = "An iOS/tvOS photo gallery viewer, useful for viewing a large number of photos."
s.homepage = "https://github.com/alexhillc/AXPhotoViewer"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.6.1
- [**FIXED**] When captionView layout occurred more than once while animation was occurring, new captions would be applied mid animation

# 1.6.0
- Requires Swift 4.2
- [**FIXED**] Navbar would behave erratically during dismissal if changing the bar button items to anything other than the default
Expand Down

0 comments on commit 4636baf

Please sign in to comment.