From 3f657bc3ed6cddba9d7f3fd351868bc6ab6b3374 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 30 Mar 2020 14:07:01 -0400 Subject: [PATCH] Bump version to 4.0.1. --- CHANGELOG.md | 4 ++++ NYTPhotoViewer.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1daf5c..3780cd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changes for users of the library currently on `develop`: +## [4.0.1](https://github.com/nytimes/NYTPhotoViewer/releases/tag/4.0.1) + +Changes for users of the library in 4.0.1: + - Removed `FLAnimatedImage` from .gitmodules. - Change `NYTPhotosViewController` to use fullscreen presentation by default, so it causes the presenting view to disappear behind it, i.e. to get `-viewWillDisappear:` and `-viewDidDisappear` called on it. - Fix unbalanced calls to begin/end appearance transitions. diff --git a/NYTPhotoViewer.podspec b/NYTPhotoViewer.podspec index 6cd389e2..7c7334ba 100644 --- a/NYTPhotoViewer.podspec +++ b/NYTPhotoViewer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NYTPhotoViewer" - s.version = "4.0.0" + s.version = "4.0.1" s.description = <<-DESC NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.